#6E2442

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

Shades of Pompadour #6E2442

Tints of Pompadour #6E2442

Color information

#6E2442 (or 0x6E2442) is unknown color: approx Pompadour. HEX triplet: 6E, 24 and 42. RGB value is (110,36,66). Sum of RGB (Red+Green+Blue) = 110+36+66=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2442 is #91DBBD. Grayscale: #3D3D3D. Windows color (decimal): -9558974 or 4334702. OLE color: 4334702.

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

Color convert

RGB1103666-
CMYK00.670.40.57
HSL335.68º50.68%28.63%-
HSV(B)335.68º67.27%43.14%-
XYZ8.044.975.69-
YUV61.55130.52162.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.89%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=51.89%
G=16.98%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110366600.670.40.57335.6850.6828.63
Hex6E24420432839150331d
Octal15644102010350715206335
Binary110111010010010000100100001110100011100110101000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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