#64194E

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

Shades of Pompadour #64194E

Tints of Pompadour #64194E

Color information

#64194E (or 0x64194E) is unknown color: approx Pompadour. HEX triplet: 64, 19 and 4E. RGB value is (100,25,78). Sum of RGB (Red+Green+Blue) = 100+25+78=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #64194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64194E is #9BE6B1. Grayscale: #353535. Windows color (decimal): -10217138 or 5118308. OLE color: 5118308.

HSL color Cylindrical-coordinate representation of color #64194E: hue angle of 317.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64194E is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1002578-
CMYK00.750.220.61
HSL317.6º60%24.51%-
HSV(B)317.6º75%39.22%-
XYZ6.983.957.6-
YUV53.47141.85161.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=49.26%
G=12.32%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100257800.750.220.61317.66024.51
Hex64194E04B163D13e3c19
Octal14431116011326754767431
Binary1100100110011001110010010111011011110110011111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64194E; }

 p { color: rgb(100,25,78); }

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

<style>
 a { background-color: #64194E; }

 a { background-color: rgb(100,25,78); }

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

<style>
 span { border-color: #64194E; }

 span { border-color: rgb(100,25,78); }

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