Html Css Color HEX #801601 Maroon

📋 copy color: '#801601'

red 128 ◦ green 22 ◦ blue 1

#801601
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #801601

Tints of Maroon #801601

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 value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801601 (or 0x801601) is known color: 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

RGB 128 22 1 -
CMYK 0 0.83 0.99 0.50
HSL 9.92º 0.98% 0.25% -
HSV(B) 9.92º 0.99% 0.5% -
XYZ 9.19 5.17 0.54 -
YUV 51.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 128 22 1 0 0.83 0.99 0.50 9.92 0.98 0.25
Hex 80 16 1 0 53 63 32 A 62 19
Octal 200 26 1 0 123 143 62 12 142 31
Binary 10000000 10110 1 0 1010011 1100011 110010 1010 1100010 11001

Color Harmonies of #801601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801601

Black with #801601

Text Example


Text Example

White with #801601

Text Example


Text Example

HTML Codes & Css Web 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>