#64254B

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

Shades of Pompadour #64254B

Tints of Pompadour #64254B

Color information

#64254B (or 0x64254B) is unknown color: approx Pompadour. HEX triplet: 64, 25 and 4B. RGB value is (100,37,75). Sum of RGB (Red+Green+Blue) = 100+37+75=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64254B is #9BDAB4. Grayscale: #3C3C3C. Windows color (decimal): -10214069 or 4924772. OLE color: 4924772.

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

Color convert

RGB1003775-
CMYK00.630.250.61
HSL323.81º45.99%26.86%-
HSV(B)323.81º63%39.22%-
XYZ7.194.547.15-
YUV60.17136.37156.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=47.17%
G=17.45%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100377500.630.250.61323.8145.9926.86
Hex64254B03F193D1442e1b
Octal1444511307731755045633
Binary1100100100101100101101111111100111110110100010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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