#660B01

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

Shades of Maroon #660B01

Tints of Maroon #660B01

Color information

#660B01 (or 0x660B01) is unknown color: approx Maroon. HEX triplet: 66, 0B and 01. RGB value is (102,11,1). Sum of RGB (Red+Green+Blue) = 102+11+1=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #660B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B01 is #99F4FE. Grayscale: #252525. Windows color (decimal): -10089727 or 68454. OLE color: 68454.

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

Color convert

RGB102111-
CMYK00.890.990.6
HSL5.94º98.06%20.2%-
HSV(B)5.94º99.02%40%-
XYZ5.63.070.33-
YUV37.07107.65174.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 89.47%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=89.47%
G=9.65%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211100.890.990.65.9498.0620.2
Hex66B1059633C66214
Octal146131013114374614224
Binary110011010111010110011100011111100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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