#6D1042

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

Shades of Pompadour #6D1042

Tints of Pompadour #6D1042

Color information

#6D1042 (or 0x6D1042) is unknown color: approx Pompadour. HEX triplet: 6D, 10 and 42. RGB value is (109,16,66). Sum of RGB (Red+Green+Blue) = 109+16+66=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1042 is #92EFBD. Grayscale: #313131. Windows color (decimal): -9629630 or 4329581. OLE color: 4329581.

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

Color convert

RGB1091666-
CMYK00.850.390.57
HSL327.74º74.4%24.51%-
HSV(B)327.74º85.32%42.75%-
XYZ7.484.025.54-
YUV49.51137.31170.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.07%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=57.07%
G=8.38%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109166600.850.390.57327.7474.424.51
Hex6D104205527391484a19
Octal155201020125477151011231
Binary110110110000100001001010101100111111001101001000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,66); }

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

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

 a { background-color: rgb(109,16,66); }

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

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

 span { border-color: rgb(109,16,66); }

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