Html Css Color HEX #811301 Maroon

📋 copy color: '#811301'

red 129 ◦ green 19 ◦ blue 1

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

Shades of Maroon #811301

Tints of Maroon #811301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 86.58%
G = 12.75%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811301 (or 0x811301) is known color: Maroon. HEX triplet: 81, 13 and 01. RGB value is (129,19,1). Sum of RGB (Red+Green+Blue) = 129+19+1=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #811301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811301 is #7EECFE. Grayscale: #323232. Windows color (decimal): -8318207 or 70529. OLE color: 70529.

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

Color convert

RGB 129 19 1 -
CMYK 0 0.85 0.99 0.49
HSL 8.44º 0.98% 0.25% -
HSV(B) 8.44º 0.99% 0.51% -
XYZ 9.29 5.14 0.53 -
YUV 49.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 129 19 1 0 0.85 0.99 0.49 8.44 0.98 0.25
Hex 81 13 1 0 55 63 31 8 62 19
Octal 201 23 1 0 125 143 61 10 142 31
Binary 10000001 10011 1 0 1010101 1100011 110001 1000 1100010 11001

Color Harmonies of #811301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811301

Black with #811301

Text Example


Text Example

White with #811301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811301; }

 p { color: rgb(129,19,1); }

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

background-color css

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

 a { background-color: rgb(129,19,1); }

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

border-color css

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

 span { border-color: rgb(129,19,1); }

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