#660301

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

Shades of Maroon #660301

Tints of Maroon #660301

Color information

#660301 (or 0x660301) is unknown color: approx Maroon. HEX triplet: 66, 03 and 01. RGB value is (102,3,1). Sum of RGB (Red+Green+Blue) = 102+3+1=106 (14% of max value = 765). Red value is 102 (40.23% from 255 or 96.23% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 102 - color contains mainly: red. Hex color #660301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660301 is #99FCFE. Grayscale: #202020. Windows color (decimal): -10091775 or 66406. OLE color: 66406.

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

Color convert

RGB10231-
CMYK00.970.990.6
HSL1.19º98.06%20.2%-
HSV(B)1.19º99.02%40%-
XYZ5.522.890.3-
YUV32.37110.3177.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 96.23%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=96.23%
G=2.83%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023100.970.990.61.1998.0620.2
Hex6631061633C16214
Octal14631014114374114224
Binary11001101110110000111000111111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660301; }

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

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

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

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

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

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

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

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