Html Css Color HEX #810D0A Maroon

📋 copy color: '#810D0A'

red 129 ◦ green 13 ◦ blue 10

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

Shades of Maroon #810D0A

Tints of Maroon #810D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 10 (4.3% from 255) = 6.58%

R = 84.87%
G = 8.55%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#810D0A (or 0x810D0A) is known color: Maroon. HEX triplet: 81, 0D and 0A. RGB value is (129,13,10). Sum of RGB (Red+Green+Blue) = 129+13+10=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D0A is #7EF2F5. Grayscale: #2F2F2F. Windows color (decimal): -8319734 or 658817. OLE color: 658817.

HSL color Cylindrical-coordinate representation of color #810D0A: hue angle of 1.51º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810D0A is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 13 10 -
CMYK 0 0.90 0.92 0.49
HSL 1.51º 0.86% 0.27% -
HSV(B) 1.51º 0.92% 0.51% -
XYZ 9.25 4.98 0.76 -
YUV 47.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 129 13 10 0 0.90 0.92 0.49 1.51 0.86 0.27
Hex 81 D A 0 5A 5C 31 2 56 1B
Octal 201 15 12 0 132 134 61 2 126 33
Binary 10000001 1101 1010 0 1011010 1011100 110001 10 1010110 11011

Color Harmonies of #810D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810D0A

Black with #810D0A

Text Example


Text Example

White with #810D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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