Html Css Color HEX #800901 Maroon

📋 copy color: '#800901'

red 128 ◦ green 9 ◦ blue 1

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

Shades of Maroon #800901

Tints of Maroon #800901

RGB

 RED value IS 128 (50.39% from 255) = 92.75%

 GREEN value IS 9 (3.91% from 255) = 6.52%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 92.75%
G = 6.52%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#800901 (or 0x800901) is known color: Maroon. HEX triplet: 80, 09 and 01. RGB value is (128,9,1). Sum of RGB (Red+Green+Blue) = 128+9+1=138 (18% of max value = 765). Red value is 128 (50.39% from 255 or 92.75% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 128 - color contains mainly: red. Hex color #800901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800901 is #7FF6FE. Grayscale: #2B2B2B. Windows color (decimal): -8386303 or 67968. OLE color: 67968.

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

Color convert

RGB 128 9 1 -
CMYK 0 0.93 0.99 0.50
HSL 3.78º 0.98% 0.25% -
HSV(B) 3.78º 0.99% 0.5% -
XYZ 9.01 4.79 0.48 -
YUV 43.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 128 9 1 0 0.93 0.99 0.50 3.78 0.98 0.25
Hex 80 9 1 0 5D 63 32 4 62 19
Octal 200 11 1 0 135 143 62 4 142 31
Binary 10000000 1001 1 0 1011101 1100011 110010 100 1100010 11001

Color Harmonies of #800901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800901

Black with #800901

Text Example


Text Example

White with #800901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800901; }

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

 H1.HeaderClassName
 {
   color: #800901;
 }
 .AnyTagClassName
 {
   color: #800901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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