#660402

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

Shades of Maroon #660402

Tints of Maroon #660402

Color information

#660402 (or 0x660402) is unknown color: approx Maroon. HEX triplet: 66, 04 and 02. RGB value is (102,4,2). Sum of RGB (Red+Green+Blue) = 102+4+2=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660402 is #99FBFD. Grayscale: #212121. Windows color (decimal): -10091518 or 132198. OLE color: 132198.

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

Color convert

RGB10242-
CMYK00.960.980.6
HSL1.2º96.15%20.39%-
HSV(B)1.2º98.04%40%-
XYZ5.532.920.33-
YUV33.07110.47177.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 94.44%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=94.44%
G=3.70%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1024200.960.980.61.296.1520.39
Hex6642060623C16014
Octal14642014014274114024
Binary1100110100100110000011000101111001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660402; }

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

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

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

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

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

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

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

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