Html Css Color HEX #810B05 Maroon

📋 copy color: '#810B05'

red 129 ◦ green 11 ◦ blue 5

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

Shades of Maroon #810B05

Tints of Maroon #810B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.59%

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

R = 88.97%
G = 7.59%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#810B05 (or 0x810B05) is known color: Maroon. HEX triplet: 81, 0B and 05. RGB value is (129,11,5). Sum of RGB (Red+Green+Blue) = 129+11+5=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B05 is #7EF4FA. Grayscale: #2D2D2D. Windows color (decimal): -8320251 or 330625. OLE color: 330625.

HSL color Cylindrical-coordinate representation of color #810B05: hue angle of 2.9º 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 #810B05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 11 5 -
CMYK 0 0.91 0.96 0.49
HSL 2.9º 0.93% 0.26% -
HSV(B) 2.9º 0.96% 0.51% -
XYZ 9.2 4.92 0.61 -
YUV 45.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 129 11 5 0 0.91 0.96 0.49 2.9 0.93 0.26
Hex 81 B 5 0 5B 60 31 3 5D 1A
Octal 201 13 5 0 133 140 61 3 135 32
Binary 10000001 1011 101 0 1011011 1100000 110001 11 1011101 11010

Color Harmonies of #810B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B05

Black with #810B05

Text Example


Text Example

White with #810B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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