#66153E

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

Shades of Pompadour #66153E

Tints of Pompadour #66153E

Color information

#66153E (or 0x66153E) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 3E. RGB value is (102,21,62). Sum of RGB (Red+Green+Blue) = 102+21+62=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153E is #99EAC1. Grayscale: #313131. Windows color (decimal): -10087106 or 4068710. OLE color: 4068710.

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

Color convert

RGB1022162-
CMYK00.790.390.6
HSL329.63º65.85%24.12%-
HSV(B)329.63º79.41%40%-
XYZ6.623.714.92-
YUV49.89134.84165.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=55.14%
G=11.35%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102216200.790.390.6329.6365.8524.12
Hex66153E04F273C14a4218
Octal14625760117477451210230
Binary11001101010111111001001111100111111100101001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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