Html Css Color HEX #801005 Maroon

📋 copy color: '#801005'

red 128 ◦ green 16 ◦ blue 5

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

Shades of Maroon #801005

Tints of Maroon #801005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 85.91%
G = 10.74%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#801005 (or 0x801005) is known color: Maroon. HEX triplet: 80, 10 and 05. RGB value is (128,16,5). Sum of RGB (Red+Green+Blue) = 128+16+5=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #801005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801005 is #7FEFFA. Grayscale: #303030. Windows color (decimal): -8384507 or 331904. OLE color: 331904.

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

Color convert

RGB 128 16 5 -
CMYK 0 0.88 0.96 0.50
HSL 5.37º 0.92% 0.26% -
HSV(B) 5.37º 0.96% 0.5% -
XYZ 9.11 4.97 0.62 -
YUV 48.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 128 16 5 0 0.88 0.96 0.50 5.37 0.92 0.26
Hex 80 10 5 0 58 60 32 5 5C 1A
Octal 200 20 5 0 130 140 62 5 134 32
Binary 10000000 10000 101 0 1011000 1100000 110010 101 1011100 11010

Color Harmonies of #801005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801005

Black with #801005

Text Example


Text Example

White with #801005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801005; }

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

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

background-color css

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

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

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

border-color css

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

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

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