#660B04

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

Shades of Maroon #660B04

Tints of Maroon #660B04

Color information

#660B04 (or 0x660B04) is unknown color: approx Maroon. HEX triplet: 66, 0B and 04. RGB value is (102,11,4). Sum of RGB (Red+Green+Blue) = 102+11+4=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B04 is #99F4FB. Grayscale: #252525. Windows color (decimal): -10089724 or 265062. OLE color: 265062.

HSL color Cylindrical-coordinate representation of color #660B04: hue angle of 4.29º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660B04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102114-
CMYK00.890.960.6
HSL4.29º92.45%20.78%-
HSV(B)4.29º96.08%40%-
XYZ5.623.070.41-
YUV37.41109.15174.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=87.18%
G=9.40%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211400.890.960.64.2992.4520.78
Hex66B4059603C45c15
Octal146134013114074413425
Binary11001101011100010110011100000111100100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B04; }

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

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

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

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

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

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

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

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