#64213F

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

Shades of Pompadour #64213F

Tints of Pompadour #64213F

Color information

#64213F (or 0x64213F) is unknown color: approx Pompadour. HEX triplet: 64, 21 and 3F. RGB value is (100,33,63). Sum of RGB (Red+Green+Blue) = 100+33+63=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64213F is #9BDEC0. Grayscale: #383838. Windows color (decimal): -10215105 or 4137316. OLE color: 4137316.

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

Color convert

RGB1003363-
CMYK00.670.370.61
HSL333.13º50.38%26.08%-
HSV(B)333.13º67%39.22%-
XYZ6.74.165.15-
YUV56.45131.7159.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 63 (25% from 255) = 32.14%
R=51.02%
G=16.84%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100336300.670.370.61333.1350.3826.08
Hex64213F043253D14d321a
Octal1444177010345755156232
Binary11001001000011111110100001110010111110110100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64213F; }

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

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

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

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

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

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

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

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