Html Css Color HEX #811701 Maroon

📋 copy color: '#811701'

red 129 ◦ green 23 ◦ blue 1

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

Shades of Maroon #811701

Tints of Maroon #811701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 84.31%
G = 15.03%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#811701 (or 0x811701) is known color: Maroon. HEX triplet: 81, 17 and 01. RGB value is (129,23,1). Sum of RGB (Red+Green+Blue) = 129+23+1=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #811701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811701 is #7EE8FE. Grayscale: #343434. Windows color (decimal): -8317183 or 71553. OLE color: 71553.

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

Color convert

RGB 129 23 1 -
CMYK 0 0.82 0.99 0.49
HSL 10.31º 0.98% 0.25% -
HSV(B) 10.31º 0.99% 0.51% -
XYZ 9.37 5.28 0.55 -
YUV 52.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 129 23 1 0 0.82 0.99 0.49 10.31 0.98 0.25
Hex 81 17 1 0 52 63 31 A 62 19
Octal 201 27 1 0 122 143 61 12 142 31
Binary 10000001 10111 1 0 1010010 1100011 110001 1010 1100010 11001

Color Harmonies of #811701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811701

Black with #811701

Text Example


Text Example

White with #811701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811701; }

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

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

background-color css

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

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

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

border-color css

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

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

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