Html Css Color HEX #800E02 Maroon

📋 copy color: '#800E02'

red 128 ◦ green 14 ◦ blue 2

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

Shades of Maroon #800E02

Tints of Maroon #800E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 88.89%
G = 9.72%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#800E02 (or 0x800E02) is known color: Maroon. HEX triplet: 80, 0E and 02. RGB value is (128,14,2). Sum of RGB (Red+Green+Blue) = 128+14+2=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #800E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E02 is #7FF1FD. Grayscale: #2E2E2E. Windows color (decimal): -8385022 or 134784. OLE color: 134784.

HSL color Cylindrical-coordinate representation of color #800E02: hue angle of 5.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800E02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 2 -
CMYK 0 0.89 0.98 0.50
HSL 5.71º 0.97% 0.25% -
HSV(B) 5.71º 0.98% 0.5% -
XYZ 9.07 4.91 0.53 -
YUV 46.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 128 14 2 0 0.89 0.98 0.50 5.71 0.97 0.25
Hex 80 E 2 0 59 62 32 6 61 19
Octal 200 16 2 0 131 142 62 6 141 31
Binary 10000000 1110 10 0 1011001 1100010 110010 110 1100001 11001

Color Harmonies of #800E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E02

Black with #800E02

Text Example


Text Example

White with #800E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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