#661300

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

Shades of Maroon #661300

Tints of Maroon #661300

Color information

#661300 (or 0x661300) is unknown color: approx Maroon. HEX triplet: 66, 13 and 00. RGB value is (102,19,0). Sum of RGB (Red+Green+Blue) = 102+19+0=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #661300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661300 is #99ECFF. Grayscale: #292929. Windows color (decimal): -10087680 or 4966. OLE color: 4966.

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

Color convert

RGB102190-
CMYK00.8110.6
HSL11.18º100%20%-
HSV(B)11.18º100%40%-
XYZ5.713.290.33-
YUV41.65104.5171.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.30%
G=15.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219000.8110.611.1810020
Hex66130051643Cb6414
Octal1462300121144741314424
Binary11001101001100101000111001001111001011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661300; }

 p { color: rgb(102,19,0); }

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

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

 a { background-color: rgb(102,19,0); }

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

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

 span { border-color: rgb(102,19,0); }

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