#64194A

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

Shades of Pompadour #64194A

Tints of Pompadour #64194A

Color information

#64194A (or 0x64194A) is unknown color: approx Pompadour. HEX triplet: 64, 19 and 4A. RGB value is (100,25,74). Sum of RGB (Red+Green+Blue) = 100+25+74=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64194A is #9BE6B5. Grayscale: #343434. Windows color (decimal): -10217142 or 4856164. OLE color: 4856164.

HSL color Cylindrical-coordinate representation of color #64194A: hue angle of 320.8º 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 #64194A is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1002574-
CMYK00.750.260.61
HSL320.8º60%24.51%-
HSV(B)320.8º75%39.22%-
XYZ6.843.96.87-
YUV53.01139.85161.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=50.25%
G=12.56%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100257400.750.260.61320.86024.51
Hex64194A04B1A3D1413c19
Octal14431112011332755017431
Binary1100100110011001010010010111101011110110100000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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