#64204A

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

Shades of Pompadour #64204A

Tints of Pompadour #64204A

Color information

#64204A (or 0x64204A) is unknown color: approx Pompadour. HEX triplet: 64, 20 and 4A. RGB value is (100,32,74). Sum of RGB (Red+Green+Blue) = 100+32+74=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #64204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64204A is #9BDFB5. Grayscale: #393939. Windows color (decimal): -10215350 or 4857956. OLE color: 4857956.

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

Color convert

RGB1003274-
CMYK00.680.260.61
HSL322.94º51.52%25.88%-
HSV(B)322.94º68%39.22%-
XYZ7.014.246.93-
YUV57.12137.53158.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=48.54%
G=15.53%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100327400.680.260.61322.9451.5225.88
Hex64204A0441A3D143341a
Octal14440112010432755036432
Binary11001001000001001010010001001101011110110100001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64204A; }

 p { color: rgb(100,32,74); }

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

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

 a { background-color: rgb(100,32,74); }

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

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

 span { border-color: rgb(100,32,74); }

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