#64214C

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

Shades of Pompadour #64214C

Tints of Pompadour #64214C

Color information

#64214C (or 0x64214C) is unknown color: approx Pompadour. HEX triplet: 64, 21 and 4C. RGB value is (100,33,76). Sum of RGB (Red+Green+Blue) = 100+33+76=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64214C is #9BDEB3. Grayscale: #393939. Windows color (decimal): -10215092 or 4989284. OLE color: 4989284.

HSL color Cylindrical-coordinate representation of color #64214C: hue angle of 321.49º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64214C is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1003376-
CMYK00.670.240.61
HSL321.49º50.38%26.08%-
HSV(B)321.49º67%39.22%-
XYZ7.14.327.3-
YUV57.94138.2158-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=47.85%
G=15.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100337600.670.240.61321.4950.3826.08
Hex64214C043183D141321a
Octal14441114010330755016232
Binary11001001000011001100010000111100011110110100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64214C; }

 p { color: rgb(100,33,76); }

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

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

 a { background-color: rgb(100,33,76); }

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

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

 span { border-color: rgb(100,33,76); }

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