Html Css Color HEX #800805 Maroon

📋 copy color: '#800805'

red 128 ◦ green 8 ◦ blue 5

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

Shades of Maroon #800805

Tints of Maroon #800805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 90.78%
G = 5.67%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#800805 (or 0x800805) is known color: Maroon. HEX triplet: 80, 08 and 05. RGB value is (128,8,5). Sum of RGB (Red+Green+Blue) = 128+8+5=141 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.78% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 128 - color contains mainly: red. Hex color #800805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800805 is #7FF7FA. Grayscale: #2B2B2B. Windows color (decimal): -8386555 or 329856. OLE color: 329856.

HSL color Cylindrical-coordinate representation of color #800805: hue angle of 1.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800805 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 5 -
CMYK 0 0.94 0.96 0.50
HSL 1.46º 0.92% 0.26% -
HSV(B) 1.46º 0.96% 0.5% -
XYZ 9.02 4.77 0.59 -
YUV 43.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 128 8 5 0 0.94 0.96 0.50 1.46 0.92 0.26
Hex 80 8 5 0 5E 60 32 1 5C 1A
Octal 200 10 5 0 136 140 62 1 134 32
Binary 10000000 1000 101 0 1011110 1100000 110010 1 1011100 11010

Color Harmonies of #800805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800805

Black with #800805

Text Example


Text Example

White with #800805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800805; }

 p { color: rgb(128,8,5); }

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

background-color css

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

 a { background-color: rgb(128,8,5); }

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

border-color css

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

 span { border-color: rgb(128,8,5); }

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