#64204B

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

Shades of Pompadour #64204B

Tints of Pompadour #64204B

Color information

#64204B (or 0x64204B) is unknown color: approx Pompadour. HEX triplet: 64, 20 and 4B. RGB value is (100,32,75). Sum of RGB (Red+Green+Blue) = 100+32+75=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64204B is #9BDFB4. Grayscale: #393939. Windows color (decimal): -10215349 or 4923492. OLE color: 4923492.

HSL color Cylindrical-coordinate representation of color #64204B: hue angle of 322.06º 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 #64204B is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1003275-
CMYK00.680.250.61
HSL322.06º51.52%25.88%-
HSV(B)322.06º68%39.22%-
XYZ7.044.257.11-
YUV57.23138.03158.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=48.31%
G=15.46%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100327500.680.250.61322.0651.5225.88
Hex64204B044193D142341a
Octal14440113010431755026432
Binary11001001000001001011010001001100111110110100001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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