#66153B

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

Shades of Pompadour #66153B

Tints of Pompadour #66153B

Color information

#66153B (or 0x66153B) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 3B. RGB value is (102,21,59). Sum of RGB (Red+Green+Blue) = 102+21+59=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153B is #99EAC4. Grayscale: #313131. Windows color (decimal): -10087109 or 3872102. OLE color: 3872102.

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

Color convert

RGB1022159-
CMYK00.790.420.6
HSL331.85º65.85%24.12%-
HSV(B)331.85º79.41%40%-
XYZ6.543.684.5-
YUV49.55133.34165.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=56.04%
G=11.54%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102215900.790.420.6331.8565.8524.12
Hex66153B04F2A3C14c4218
Octal14625730117527451410230
Binary11001101010111101101001111101010111100101001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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