Html Css Color HEX #811300 Maroon

📋 copy color: '#811300'

red 129 ◦ green 19 ◦ blue 0

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

Shades of Maroon #811300

Tints of Maroon #811300

RGB

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

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

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

R = 87.16%
G = 12.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811300 (or 0x811300) is known color: Maroon. HEX triplet: 81, 13 and 00. RGB value is (129,19,0). Sum of RGB (Red+Green+Blue) = 129+19+0=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #811300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811300 is #7EECFF. Grayscale: #313131. Windows color (decimal): -8318208 or 4993. OLE color: 4993.

HSL color Cylindrical-coordinate representation of color #811300: hue angle of 8.84º 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 #811300 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 0 -
CMYK 0 0.85 1 0.49
HSL 8.84º 1% 0.25% -
HSV(B) 8.84º 1% 0.51% -
XYZ 9.29 5.13 0.5 -
YUV 49.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 129 19 0 0 0.85 1 0.49 8.84 1 0.25
Hex 81 13 0 0 55 64 31 9 64 19
Octal 201 23 0 0 125 144 61 11 144 31
Binary 10000001 10011 0 0 1010101 1100100 110001 1001 1100100 11001

Color Harmonies of #811300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811300

Black with #811300

Text Example


Text Example

White with #811300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811300; }

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

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

background-color css

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

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

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

border-color css

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

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

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