#66153A

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

Shades of Pompadour #66153A

Tints of Pompadour #66153A

Color information

#66153A (or 0x66153A) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 3A. RGB value is (102,21,58). Sum of RGB (Red+Green+Blue) = 102+21+58=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66153A is #99EAC5. Grayscale: #313131. Windows color (decimal): -10087110 or 3806566. OLE color: 3806566.

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

Color convert

RGB1022158-
CMYK00.790.430.6
HSL332.59º65.85%24.12%-
HSV(B)332.59º79.41%40%-
XYZ6.513.674.37-
YUV49.44132.84165.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=56.35%
G=11.60%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102215800.790.430.6332.5965.8524.12
Hex66153A04F2B3C14d4218
Octal14625720117537451510230
Binary11001101010111101001001111101011111100101001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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