Html Css Color HEX #810D00 Maroon

📋 copy color: '#810D00'

red 129 ◦ green 13 ◦ blue 0

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

Shades of Maroon #810D00

Tints of Maroon #810D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.85%
G = 9.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#810D00 (or 0x810D00) is known color: Maroon. HEX triplet: 81, 0D and 00. RGB value is (129,13,0). Sum of RGB (Red+Green+Blue) = 129+13+0=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #810D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D00 is #7EF2FF. Grayscale: #2E2E2E. Windows color (decimal): -8319744 or 3457. OLE color: 3457.

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

Color convert

RGB 129 13 0 -
CMYK 0 0.90 1 0.49
HSL 6.05º 1% 0.25% -
HSV(B) 6.05º 1% 0.51% -
XYZ 9.2 4.95 0.47 -
YUV 46.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 129 13 0 0 0.90 1 0.49 6.05 1 0.25
Hex 81 D 0 0 5A 64 31 6 64 19
Octal 201 15 0 0 132 144 61 6 144 31
Binary 10000001 1101 0 0 1011010 1100100 110001 110 1100100 11001

Color Harmonies of #810D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810D00

Black with #810D00

Text Example


Text Example

White with #810D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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