#642249

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

Shades of Pompadour #642249

Tints of Pompadour #642249

Color information

#642249 (or 0x642249) is unknown color: approx Pompadour. HEX triplet: 64, 22 and 49. RGB value is (100,34,73). Sum of RGB (Red+Green+Blue) = 100+34+73=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642249 is #9BDDB6. Grayscale: #3A3A3A. Windows color (decimal): -10214839 or 4792932. OLE color: 4792932.

HSL color Cylindrical-coordinate representation of color #642249: hue angle of 324.55º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642249 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB1003473-
CMYK00.660.270.61
HSL324.55º49.25%26.27%-
HSV(B)324.55º66%39.22%-
XYZ7.034.336.77-
YUV58.18136.37157.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=48.31%
G=16.43%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100347300.660.270.61324.5549.2526.27
Hex6422490421B3D145311a
Octal14442111010233755056132
Binary11001001000101001001010000101101111110110100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642249; }

 p { color: rgb(100,34,73); }

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

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

 a { background-color: rgb(100,34,73); }

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

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

 span { border-color: rgb(100,34,73); }

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