#64133A

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

Shades of Pompadour #64133A

Tints of Pompadour #64133A

Color information

#64133A (or 0x64133A) is unknown color: approx Pompadour. HEX triplet: 64, 13 and 3A. RGB value is (100,19,58). Sum of RGB (Red+Green+Blue) = 100+19+58=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64133A is #9BECC5. Grayscale: #2F2F2F. Windows color (decimal): -10218694 or 3806052. OLE color: 3806052.

HSL color Cylindrical-coordinate representation of color #64133A: hue angle of 331.11º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64133A is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1001958-
CMYK00.810.420.61
HSL331.11º68.07%23.33%-
HSV(B)331.11º81%39.22%-
XYZ6.253.484.35-
YUV47.66133.84165.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=56.50%
G=10.73%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100195800.810.420.61331.1168.0723.33
Hex64133A0512A3D14b4417
Octal14423720121527551310427
Binary11001001001111101001010001101010111101101001011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64133A; }

 p { color: rgb(100,19,58); }

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

<style>
 a { background-color: #64133A; }

 a { background-color: rgb(100,19,58); }

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

<style>
 span { border-color: #64133A; }

 span { border-color: rgb(100,19,58); }

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