#642942

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

Shades of Pompadour #642942

Tints of Pompadour #642942

Color information

#642942 (or 0x642942) is unknown color: approx Pompadour. HEX triplet: 64, 29 and 42. RGB value is (100,41,66). Sum of RGB (Red+Green+Blue) = 100+41+66=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642942 is #9BD6BD. Grayscale: #3D3D3D. Windows color (decimal): -10213054 or 4335972. OLE color: 4335972.

HSL color Cylindrical-coordinate representation of color #642942: hue angle of 334.58º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642942 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB1004166-
CMYK00.590.340.61
HSL334.58º41.84%27.65%-
HSV(B)334.58º59%39.22%-
XYZ7.034.695.69-
YUV61.49130.55155.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=48.31%
G=19.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100416600.590.340.61334.5841.8427.65
Hex64294203B223D14f2a1c
Octal1445110207342755175234
Binary11001001010011000010011101110001011110110100111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642942; }

 p { color: rgb(100,41,66); }

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

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

 a { background-color: rgb(100,41,66); }

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

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

 span { border-color: rgb(100,41,66); }

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