Html Css Color HEX #800E01 Maroon

📋 copy color: '#800E01'

red 128 ◦ green 14 ◦ blue 1

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

Shades of Maroon #800E01

Tints of Maroon #800E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.79%

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

R = 89.51%
G = 9.79%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#800E01 (or 0x800E01) is known color: Maroon. HEX triplet: 80, 0E and 01. RGB value is (128,14,1). Sum of RGB (Red+Green+Blue) = 128+14+1=143 (18% of max value = 765). Red value is 128 (50.39% from 255 or 89.51% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 128 - color contains mainly: red. Hex color #800E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E01 is #7FF1FE. Grayscale: #2E2E2E. Windows color (decimal): -8385023 or 69248. OLE color: 69248.

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

Color convert

RGB 128 14 1 -
CMYK 0 0.89 0.99 0.50
HSL 6.14º 0.98% 0.25% -
HSV(B) 6.14º 0.99% 0.5% -
XYZ 9.06 4.91 0.5 -
YUV 46.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 128 14 1 0 0.89 0.99 0.50 6.14 0.98 0.25
Hex 80 E 1 0 59 63 32 6 62 19
Octal 200 16 1 0 131 143 62 6 142 31
Binary 10000000 1110 1 0 1011001 1100011 110010 110 1100010 11001

Color Harmonies of #800E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E01

Black with #800E01

Text Example


Text Example

White with #800E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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