Html Css Color HEX #811005 Maroon

📋 copy color: '#811005'

red 129 ◦ green 16 ◦ blue 5

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

Shades of Maroon #811005

Tints of Maroon #811005

RGB

 RED value IS 129 (50.78% from 255) = 86%

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

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

R = 86%
G = 10.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811005 (or 0x811005) is known color: Maroon. HEX triplet: 81, 10 and 05. RGB value is (129,16,5). Sum of RGB (Red+Green+Blue) = 129+16+5=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #811005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811005 is #7EEFFA. Grayscale: #303030. Windows color (decimal): -8318971 or 331905. OLE color: 331905.

HSL color Cylindrical-coordinate representation of color #811005: hue angle of 5.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #811005 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 5 -
CMYK 0 0.88 0.96 0.49
HSL 5.32º 0.93% 0.26% -
HSV(B) 5.32º 0.96% 0.51% -
XYZ 9.27 5.05 0.63 -
YUV 48.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 129 16 5 0 0.88 0.96 0.49 5.32 0.93 0.26
Hex 81 10 5 0 58 60 31 5 5D 1A
Octal 201 20 5 0 130 140 61 5 135 32
Binary 10000001 10000 101 0 1011000 1100000 110001 101 1011101 11010

Color Harmonies of #811005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811005

Black with #811005

Text Example


Text Example

White with #811005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811005; }

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

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

background-color css

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

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

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

border-color css

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

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

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