#6E1542

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

Shades of Pompadour #6E1542

Tints of Pompadour #6E1542

Color information

#6E1542 (or 0x6E1542) is unknown color: approx Pompadour. HEX triplet: 6E, 15 and 42. RGB value is (110,21,66). Sum of RGB (Red+Green+Blue) = 110+21+66=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1542 is #91EABD. Grayscale: #343434. Windows color (decimal): -9562814 or 4330862. OLE color: 4330862.

HSL color Cylindrical-coordinate representation of color #6E1542: hue angle of 329.66º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1542 is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB1102166-
CMYK00.810.40.57
HSL329.66º67.94%25.69%-
HSV(B)329.66º80.91%43.14%-
XYZ7.684.245.57-
YUV52.74135.49168.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=55.84%
G=10.66%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110216600.810.40.57329.6667.9425.69
Hex6E1542051283914a441a
Octal156251020121507151210432
Binary110111010101100001001010001101000111001101001010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,21,66); }

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

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

 a { background-color: rgb(110,21,66); }

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

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

 span { border-color: rgb(110,21,66); }

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