Html Css Color HEX #801501 Maroon

📋 copy color: '#801501'

red 128 ◦ green 21 ◦ blue 1

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

Shades of Maroon #801501

Tints of Maroon #801501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

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

R = 85.33%
G = 14%
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

#801501 (or 0x801501) is known color: Maroon. HEX triplet: 80, 15 and 01. RGB value is (128,21,1). Sum of RGB (Red+Green+Blue) = 128+21+1=150 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 128 - color contains mainly: red. Hex color #801501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801501 is #7FEAFE. Grayscale: #323232. Windows color (decimal): -8383231 or 71040. OLE color: 71040.

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

Color convert

RGB 128 21 1 -
CMYK 0 0.84 0.99 0.50
HSL 9.45º 0.98% 0.25% -
HSV(B) 9.45º 0.99% 0.5% -
XYZ 9.18 5.13 0.53 -
YUV 50.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 128 21 1 0 0.84 0.99 0.50 9.45 0.98 0.25
Hex 80 15 1 0 54 63 32 9 62 19
Octal 200 25 1 0 124 143 62 11 142 31
Binary 10000000 10101 1 0 1010100 1100011 110010 1001 1100010 11001

Color Harmonies of #801501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801501

Black with #801501

Text Example


Text Example

White with #801501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801501; }

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

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

background-color css

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

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

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

border-color css

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

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

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