Html Css Color HEX #801401 Maroon

📋 copy color: '#801401'

red 128 ◦ green 20 ◦ blue 1

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

Shades of Maroon #801401

Tints of Maroon #801401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

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

R = 85.91%
G = 13.42%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801401 (or 0x801401) is known color: Maroon. HEX triplet: 80, 14 and 01. RGB value is (128,20,1). Sum of RGB (Red+Green+Blue) = 128+20+1=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #801401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801401 is #7FEBFE. Grayscale: #323232. Windows color (decimal): -8383487 or 70784. OLE color: 70784.

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

Color convert

RGB 128 20 1 -
CMYK 0 0.84 0.99 0.50
HSL 8.98º 0.98% 0.25% -
HSV(B) 8.98º 0.99% 0.5% -
XYZ 9.16 5.09 0.53 -
YUV 50.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 128 20 1 0 0.84 0.99 0.50 8.98 0.98 0.25
Hex 80 14 1 0 54 63 32 9 62 19
Octal 200 24 1 0 124 143 62 11 142 31
Binary 10000000 10100 1 0 1010100 1100011 110010 1001 1100010 11001

Color Harmonies of #801401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801401

Black with #801401

Text Example


Text Example

White with #801401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801401; }

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

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

background-color css

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

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

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

border-color css

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

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

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