#64153B

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

Shades of Pompadour #64153B

Tints of Pompadour #64153B

Color information

#64153B (or 0x64153B) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 3B. RGB value is (100,21,59). Sum of RGB (Red+Green+Blue) = 100+21+59=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64153B is #9BEAC4. Grayscale: #303030. Windows color (decimal): -10218181 or 3872100. OLE color: 3872100.

HSL color Cylindrical-coordinate representation of color #64153B: hue angle of 331.14º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64153B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB1002159-
CMYK00.790.410.61
HSL331.14º65.29%23.73%-
HSV(B)331.14º79%39.22%-
XYZ6.313.564.49-
YUV48.95133.67164.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=55.56%
G=11.67%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100215900.790.410.61331.1465.2923.73
Hex64153B04F293D14b4118
Octal14425730117517551310130
Binary11001001010111101101001111101001111101101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,21,59); }

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

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

 a { background-color: rgb(100,21,59); }

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

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

 span { border-color: rgb(100,21,59); }

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