#6D1252

Color #6D1252 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6D1252

Tints of Pompadour #6D1252

Color information

#6D1252 (or 0x6D1252) is unknown color: approx Pompadour. HEX triplet: 6D, 12 and 52. RGB value is (109,18,82). Sum of RGB (Red+Green+Blue) = 109+18+82=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1252 is #92EDAD. Grayscale: #343434. Windows color (decimal): -9629102 or 5378669. OLE color: 5378669.

HSL color Cylindrical-coordinate representation of color #6D1252: hue angle of 317.8º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1252 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1091882-
CMYK00.830.250.57
HSL317.8º71.65%24.9%-
HSV(B)317.8º83.49%42.75%-
XYZ8.054.298.39-
YUV52.5144.65168.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 52.15%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=52.15%
G=8.61%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109188200.830.250.57317.871.6524.9
Hex6D1252053193913e4819
Octal155221220123317147611031
Binary11011011001010100100101001111001111001100111110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D1252; }

 p { color: rgb(109,18,82); }

 H1.HeaderClassName
 {
   color: #6D1252;
 }
 .AnyTagClassName
 {
   color: #6D1252;
 }
</style>
background-color css

<style>
 a { background-color: #6D1252; }

 a { background-color: rgb(109,18,82); }

 div.DivClassName
 {
   background-color: #6D1252;
 }
 .BgClassName
 {
   background-color: #6D1252;
 }
</style>
border-color css

<style>
 span { border-color: #6D1252; }

 span { border-color: rgb(109,18,82); }

 td.TdClassName
 {
   border-color: #6D1252;
 }
 .TagClassName
 {
   border-color: #6D1252;
 }
</style>