#661201

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

Shades of Maroon #661201

Tints of Maroon #661201

Color information

#661201 (or 0x661201) is unknown color: approx Maroon. HEX triplet: 66, 12 and 01. RGB value is (102,18,1). Sum of RGB (Red+Green+Blue) = 102+18+1=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #661201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661201 is #99EDFE. Grayscale: #292929. Windows color (decimal): -10087935 or 70246. OLE color: 70246.

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

Color convert

RGB102181-
CMYK00.820.990.6
HSL10.1º98.06%20.2%-
HSV(B)10.1º99.02%40%-
XYZ5.73.260.36-
YUV41.18105.33171.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=84.30%
G=14.88%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10218100.820.990.610.198.0620.2
Hex66121052633Ca6214
Octal1462210122143741214224
Binary11001101001010101001011000111111001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661201; }

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

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

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

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

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

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

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

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