#66194B

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

Shades of Pompadour #66194B

Tints of Pompadour #66194B

Color information

#66194B (or 0x66194B) is unknown color: approx Pompadour. HEX triplet: 66, 19 and 4B. RGB value is (102,25,75). Sum of RGB (Red+Green+Blue) = 102+25+75=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66194B is #99E6B4. Grayscale: #353535. Windows color (decimal): -10086069 or 4921702. OLE color: 4921702.

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

Color convert

RGB1022575-
CMYK00.750.260.6
HSL321.04º60.63%24.9%-
HSV(B)321.04º75.49%40%-
XYZ7.14.037.06-
YUV53.72140.01162.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=50.50%
G=12.38%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102257500.750.260.6321.0460.6324.9
Hex66194B04B1A3C1413d19
Octal14631113011332745017531
Binary1100110110011001011010010111101011110010100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66194B; }

 p { color: rgb(102,25,75); }

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

<style>
 a { background-color: #66194B; }

 a { background-color: rgb(102,25,75); }

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

<style>
 span { border-color: #66194B; }

 span { border-color: rgb(102,25,75); }

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