#64153F

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

Shades of Pompadour #64153F

Tints of Pompadour #64153F

Color information

#64153F (or 0x64153F) is unknown color: approx Pompadour. HEX triplet: 64, 15 and 3F. RGB value is (100,21,63). Sum of RGB (Red+Green+Blue) = 100+21+63=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64153F is #9BEAC0. Grayscale: #313131. Windows color (decimal): -10218177 or 4134244. OLE color: 4134244.

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

Color convert

RGB1002163-
CMYK00.790.370.61
HSL328.1º65.29%23.73%-
HSV(B)328.1º79%39.22%-
XYZ6.423.65.06-
YUV49.41135.67164.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.35%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 63 (25% from 255) = 34.24%
R=54.35%
G=11.41%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100216300.790.370.61328.165.2923.73
Hex64153F04F253D1484118
Octal14425770117457551010130
Binary11001001010111111101001111100101111101101001000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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