Html Css Color HEX #811700 Maroon

📋 copy color: '#811700'

red 129 ◦ green 23 ◦ blue 0

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

Shades of Maroon #811700

Tints of Maroon #811700

RGB

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

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

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

R = 84.87%
G = 15.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811700 (or 0x811700) is known color: Maroon. HEX triplet: 81, 17 and 00. RGB value is (129,23,0). Sum of RGB (Red+Green+Blue) = 129+23+0=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #811700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811700 is #7EE8FF. Grayscale: #343434. Windows color (decimal): -8317184 or 6017. OLE color: 6017.

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

Color convert

RGB 129 23 0 -
CMYK 0 0.82 1 0.49
HSL 10.7º 1% 0.25% -
HSV(B) 10.7º 1% 0.51% -
XYZ 9.36 5.28 0.53 -
YUV 52.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 129 23 0 0 0.82 1 0.49 10.7 1 0.25
Hex 81 17 0 0 52 64 31 B 64 19
Octal 201 27 0 0 122 144 61 13 144 31
Binary 10000001 10111 0 0 1010010 1100100 110001 1011 1100100 11001

Color Harmonies of #811700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811700

Black with #811700

Text Example


Text Example

White with #811700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811700; }

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

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

background-color css

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

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

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

border-color css

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

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

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