Html Css Color HEX #811501 Maroon

📋 copy color: '#811501'

red 129 ◦ green 21 ◦ blue 1

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

Shades of Maroon #811501

Tints of Maroon #811501

RGB

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

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

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

R = 85.43%
G = 13.91%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811501 (or 0x811501) is known color: Maroon. HEX triplet: 81, 15 and 01. RGB value is (129,21,1). Sum of RGB (Red+Green+Blue) = 129+21+1=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #811501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811501 is #7EEAFE. Grayscale: #333333. Windows color (decimal): -8317695 or 71041. OLE color: 71041.

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

Color convert

RGB 129 21 1 -
CMYK 0 0.84 0.99 0.49
HSL 9.38º 0.98% 0.25% -
HSV(B) 9.38º 0.99% 0.51% -
XYZ 9.33 5.21 0.54 -
YUV 51.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 129 21 1 0 0.84 0.99 0.49 9.38 0.98 0.25
Hex 81 15 1 0 54 63 31 9 62 19
Octal 201 25 1 0 124 143 61 11 142 31
Binary 10000001 10101 1 0 1010100 1100011 110001 1001 1100010 11001

Color Harmonies of #811501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811501

Black with #811501

Text Example


Text Example

White with #811501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811501; }

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

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

background-color css

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

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

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

border-color css

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

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

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