#660201

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

Shades of Maroon #660201

Tints of Maroon #660201

Color information

#660201 (or 0x660201) is unknown color: approx Maroon. HEX triplet: 66, 02 and 01. RGB value is (102,2,1). Sum of RGB (Red+Green+Blue) = 102+2+1=105 (13% of max value = 765). Red value is 102 (40.23% from 255 or 97.14% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 102 - color contains mainly: red. Hex color #660201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660201 is #99FDFE. Grayscale: #1F1F1F. Windows color (decimal): -10092031 or 66150. OLE color: 66150.

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

Color convert

RGB10221-
CMYK00.980.990.6
HSL0.59º98.06%20.2%-
HSV(B)0.59º99.02%40%-
XYZ5.512.870.29-
YUV31.79110.63178.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 97.14%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=97.14%
G=1.90%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022100.980.990.60.5998.0620.2
Hex6621062633C16214
Octal14621014214374114224
Binary11001101010110001011000111111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660201; }

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

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

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

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

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

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

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

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