#66153D

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

Shades of Pompadour #66153D

Tints of Pompadour #66153D

Color information

#66153D (or 0x66153D) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 3D. RGB value is (102,21,61). Sum of RGB (Red+Green+Blue) = 102+21+61=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153D is #99EAC2. Grayscale: #313131. Windows color (decimal): -10087107 or 4003174. OLE color: 4003174.

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

Color convert

RGB1022161-
CMYK00.790.400.6
HSL330.37º65.85%24.12%-
HSV(B)330.37º79.41%40%-
XYZ6.593.74.78-
YUV49.78134.34165.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=55.43%
G=11.41%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102216100.790.400.6330.3765.8524.12
Hex66153D04F283C14a4218
Octal14625750117507451210230
Binary11001101010111110101001111101000111100101001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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