#66153C

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

Shades of Pompadour #66153C

Tints of Pompadour #66153C

Color information

#66153C (or 0x66153C) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 3C. RGB value is (102,21,60). Sum of RGB (Red+Green+Blue) = 102+21+60=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153C is #99EAC3. Grayscale: #313131. Windows color (decimal): -10087108 or 3937638. OLE color: 3937638.

HSL color Cylindrical-coordinate representation of color #66153C: hue angle of 331.11º 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 #66153C is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1022160-
CMYK00.790.410.6
HSL331.11º65.85%24.12%-
HSV(B)331.11º79.41%40%-
XYZ6.563.694.64-
YUV49.66133.84165.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=55.74%
G=11.48%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102216000.790.410.6331.1165.8524.12
Hex66153C04F293C14b4218
Octal14625740117517451310230
Binary11001101010111110001001111101001111100101001011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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