Html Css Color HEX #811500 Maroon

📋 copy color: '#811500'

red 129 ◦ green 21 ◦ blue 0

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

Shades of Maroon #811500

Tints of Maroon #811500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

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

R = 86%
G = 14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811500 (or 0x811500) is known color: Maroon. HEX triplet: 81, 15 and 00. RGB value is (129,21,0). Sum of RGB (Red+Green+Blue) = 129+21+0=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #811500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811500 is #7EEAFF. Grayscale: #333333. Windows color (decimal): -8317696 or 5505. OLE color: 5505.

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

Color convert

RGB 129 21 0 -
CMYK 0 0.84 1 0.49
HSL 9.77º 1% 0.25% -
HSV(B) 9.77º 1% 0.51% -
XYZ 9.32 5.2 0.51 -
YUV 50.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 129 21 0 0 0.84 1 0.49 9.77 1 0.25
Hex 81 15 0 0 54 64 31 A 64 19
Octal 201 25 0 0 124 144 61 12 144 31
Binary 10000001 10101 0 0 1010100 1100100 110001 1010 1100100 11001

Color Harmonies of #811500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811500

Black with #811500

Text Example


Text Example

White with #811500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811500; }

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

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

background-color css

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

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

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

border-color css

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

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

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