#64214E

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

Shades of Pompadour #64214E

Tints of Pompadour #64214E

Color information

#64214E (or 0x64214E) is unknown color: approx Pompadour. HEX triplet: 64, 21 and 4E. RGB value is (100,33,78). Sum of RGB (Red+Green+Blue) = 100+33+78=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64214E is #9BDEB1. Grayscale: #3A3A3A. Windows color (decimal): -10215090 or 5120356. OLE color: 5120356.

HSL color Cylindrical-coordinate representation of color #64214E: hue angle of 319.7º 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 #64214E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1003378-
CMYK00.670.220.61
HSL319.7º50.38%26.08%-
HSV(B)319.7º67%39.22%-
XYZ7.174.357.67-
YUV58.16139.2157.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=47.39%
G=15.64%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100337800.670.220.61319.750.3826.08
Hex64214E043163D140321a
Octal14441116010326755006232
Binary11001001000011001110010000111011011110110100000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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