#64184D

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

Shades of Pompadour #64184D

Tints of Pompadour #64184D

Color information

#64184D (or 0x64184D) is unknown color: approx Pompadour. HEX triplet: 64, 18 and 4D. RGB value is (100,24,77). Sum of RGB (Red+Green+Blue) = 100+24+77=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64184D is #9BE7B2. Grayscale: #343434. Windows color (decimal): -10217395 or 5052516. OLE color: 5052516.

HSL color Cylindrical-coordinate representation of color #64184D: hue angle of 318.16º 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 #64184D is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1002477-
CMYK00.760.230.61
HSL318.16º61.29%24.31%-
HSV(B)318.16º76%39.22%-
XYZ6.923.97.41-
YUV52.77141.68161.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=49.75%
G=11.94%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100247700.760.230.61318.1661.2924.31
Hex64184D04C173D13e3d18
Octal14430115011427754767530
Binary1100100110001001101010011001011111110110011111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64184D; }

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

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

<style>
 a { background-color: #64184D; }

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

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

<style>
 span { border-color: #64184D; }

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

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