#661537

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

Shades of Pompadour #661537

Tints of Pompadour #661537

Color information

#661537 (or 0x661537) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 37. RGB value is (102,21,55). Sum of RGB (Red+Green+Blue) = 102+21+55=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #661537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661537 is #99EAC8. Grayscale: #313131. Windows color (decimal): -10087113 or 3609958. OLE color: 3609958.

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

Color convert

RGB1022155-
CMYK00.790.460.6
HSL334.81º65.85%24.12%-
HSV(B)334.81º79.41%40%-
XYZ6.443.643.98-
YUV49.1131.34165.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=57.30%
G=11.80%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102215500.790.460.6334.8165.8524.12
Hex66153704F2E3C14f4218
Octal14625670117567451710230
Binary11001101010111011101001111101110111100101001111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661537; }

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

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

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

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

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

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

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

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