#660502

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

Shades of Maroon #660502

Tints of Maroon #660502

Color information

#660502 (or 0x660502) is unknown color: approx Maroon. HEX triplet: 66, 05 and 02. RGB value is (102,5,2). Sum of RGB (Red+Green+Blue) = 102+5+2=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660502 is #99FAFD. Grayscale: #212121. Windows color (decimal): -10091262 or 132454. OLE color: 132454.

HSL color Cylindrical-coordinate representation of color #660502: hue angle of 1.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660502 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB10252-
CMYK00.950.980.6
HSL1.8º96.15%20.39%-
HSV(B)1.8º98.04%40%-
XYZ5.542.940.33-
YUV33.66110.14176.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 93.58%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=93.58%
G=4.59%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025200.950.980.61.896.1520.39
Hex665205F623C26014
Octal14652013714274214024
Binary11001101011001011111110001011110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660502; }

 p { color: rgb(102,5,2); }

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

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

 a { background-color: rgb(102,5,2); }

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

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

 span { border-color: rgb(102,5,2); }

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