#64183C

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

Shades of Pompadour #64183C

Tints of Pompadour #64183C

Color information

#64183C (or 0x64183C) is unknown color: approx Pompadour. HEX triplet: 64, 18 and 3C. RGB value is (100,24,60). Sum of RGB (Red+Green+Blue) = 100+24+60=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64183C is #9BE7C3. Grayscale: #323232. Windows color (decimal): -10217412 or 3938404. OLE color: 3938404.

HSL color Cylindrical-coordinate representation of color #64183C: hue angle of 331.58º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64183C is Cyan = 0, Magento = 0.76, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1002460-
CMYK00.760.40.61
HSL331.58º61.29%24.31%-
HSV(B)331.58º76%39.22%-
XYZ6.43.694.65-
YUV50.83133.18163.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.35%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=54.35%
G=13.04%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100246000.760.40.61331.5861.2924.31
Hex64183C04C283D14c3d18
Octal1443074011450755147530
Binary1100100110001111000100110010100011110110100110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64183C; }

 p { color: rgb(100,24,60); }

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

<style>
 a { background-color: #64183C; }

 a { background-color: rgb(100,24,60); }

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

<style>
 span { border-color: #64183C; }

 span { border-color: rgb(100,24,60); }

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