#64264B

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

Shades of Pompadour #64264B

Tints of Pompadour #64264B

Color information

#64264B (or 0x64264B) is unknown color: approx Pompadour. HEX triplet: 64, 26 and 4B. RGB value is (100,38,75). Sum of RGB (Red+Green+Blue) = 100+38+75=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64264B is #9BD9B4. Grayscale: #3C3C3C. Windows color (decimal): -10213813 or 4925028. OLE color: 4925028.

HSL color Cylindrical-coordinate representation of color #64264B: hue angle of 324.19º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64264B is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1003875-
CMYK00.620.250.61
HSL324.19º44.93%27.06%-
HSV(B)324.19º62%39.22%-
XYZ7.224.67.16-
YUV60.76136.04155.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=46.95%
G=17.84%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100387500.620.250.61324.1944.9327.06
Hex64264B03E193D1442d1b
Octal1444611307631755045533
Binary1100100100110100101101111101100111110110100010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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