Html Css Color HEX #810A05 Maroon

📋 copy color: '#810A05'

red 129 ◦ green 10 ◦ blue 5

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

Shades of Maroon #810A05

Tints of Maroon #810A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

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

R = 89.58%
G = 6.94%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#810A05 (or 0x810A05) is known color: Maroon. HEX triplet: 81, 0A and 05. RGB value is (129,10,5). Sum of RGB (Red+Green+Blue) = 129+10+5=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810A05 is #7EF5FA. Grayscale: #2D2D2D. Windows color (decimal): -8320507 or 330369. OLE color: 330369.

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

Color convert

RGB 129 10 5 -
CMYK 0 0.92 0.96 0.49
HSL 2.42º 0.93% 0.26% -
HSV(B) 2.42º 0.96% 0.51% -
XYZ 9.19 4.9 0.6 -
YUV 45.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 129 10 5 0 0.92 0.96 0.49 2.42 0.93 0.26
Hex 81 A 5 0 5C 60 31 2 5D 1A
Octal 201 12 5 0 134 140 61 2 135 32
Binary 10000001 1010 101 0 1011100 1100000 110001 10 1011101 11010

Color Harmonies of #810A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A05

Black with #810A05

Text Example


Text Example

White with #810A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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