#801601

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

Shades of Maroon #801601

Tints of Maroon #801601

Color information

#801601 (or 0x801601) is unknown color: approx Maroon. HEX triplet: 80, 16 and 01. RGB value is (128,22,1). Sum of RGB (Red+Green+Blue) = 128+22+1=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #801601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801601 is #7FE9FE. Grayscale: #333333. Windows color (decimal): -8382975 or 71296. OLE color: 71296.

HSL color Cylindrical-coordinate representation of color #801601: hue angle of 9.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #801601 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB128221-
CMYK00.830.990.50
HSL9.92º98.45%25.29%-
HSV(B)9.92º99.22%50.2%-
XYZ9.195.170.54-
YUV51.399.62182.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 84.77%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=84.77%
G=14.57%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12822100.830.990.509.9298.4525.29
Hex801610536332a6219
Octal2002610123143621214231
Binary100000001011010101001111000111100101010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801601; }

 p { color: rgb(128,22,1); }

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

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

 a { background-color: rgb(128,22,1); }

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

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

 span { border-color: rgb(128,22,1); }

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