#660802

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

Shades of Maroon #660802

Tints of Maroon #660802

Color information

#660802 (or 0x660802) is unknown color: approx Maroon. HEX triplet: 66, 08 and 02. RGB value is (102,8,2). Sum of RGB (Red+Green+Blue) = 102+8+2=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #660802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660802 is #99F7FD. Grayscale: #232323. Windows color (decimal): -10090494 or 133222. OLE color: 133222.

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

Color convert

RGB10282-
CMYK00.920.980.6
HSL3.6º96.15%20.39%-
HSV(B)3.6º98.04%40%-
XYZ5.5830.34-
YUV35.42109.14175.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 91.07%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=91.07%
G=7.14%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028200.920.980.63.696.1520.39
Hex668205C623C46014
Octal146102013414274414024
Binary1100110100010010111001100010111100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660802; }

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

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

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

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

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

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

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

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