#64163B

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

Shades of Pompadour #64163B

Tints of Pompadour #64163B

Color information

#64163B (or 0x64163B) is unknown color: approx Pompadour. HEX triplet: 64, 16 and 3B. RGB value is (100,22,59). Sum of RGB (Red+Green+Blue) = 100+22+59=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64163B is #9BE9C4. Grayscale: #313131. Windows color (decimal): -10217925 or 3872356. OLE color: 3872356.

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

Color convert

RGB1002259-
CMYK00.780.410.61
HSL331.54º63.93%23.92%-
HSV(B)331.54º78%39.22%-
XYZ6.333.64.5-
YUV49.54133.34163.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.25%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=55.25%
G=12.15%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100225900.780.410.61331.5463.9323.92
Hex64163B04E293D14c4018
Octal14426730116517551410030
Binary11001001011011101101001110101001111101101001100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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