#66173B

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

Shades of Pompadour #66173B

Tints of Pompadour #66173B

Color information

#66173B (or 0x66173B) is unknown color: approx Pompadour. HEX triplet: 66, 17 and 3B. RGB value is (102,23,59). Sum of RGB (Red+Green+Blue) = 102+23+59=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66173B is #99E8C4. Grayscale: #323232. Windows color (decimal): -10086597 or 3872614. OLE color: 3872614.

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

Color convert

RGB1022359-
CMYK00.770.420.6
HSL332.66º63.2%24.51%-
HSV(B)332.66º77.45%40%-
XYZ6.583.754.52-
YUV50.72132.67164.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=55.43%
G=12.5%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102235900.770.420.6332.6663.224.51
Hex66173B04D2A3C14d3f19
Octal1462773011552745157731
Binary1100110101111110110100110110101011110010100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66173B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,23,59); }

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

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

 a { background-color: rgb(102,23,59); }

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

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

 span { border-color: rgb(102,23,59); }

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