Html Css Color HEX #831100 Maroon

📋 copy color: '#831100'

red 131 ◦ green 17 ◦ blue 0

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

Shades of Maroon #831100

Tints of Maroon #831100

RGB

 RED value IS 131 (51.56% from 255) = 88.51%

 GREEN value IS 17 (7.03% from 255) = 11.49%

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

R = 88.51%
G = 11.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831100 (or 0x831100) is known color: Maroon. HEX triplet: 83, 11 and 00. RGB value is (131,17,0). Sum of RGB (Red+Green+Blue) = 131+17+0=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #831100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831100 is #7CEEFF. Grayscale: #313131. Windows color (decimal): -8187648 or 4483. OLE color: 4483.

HSL color Cylindrical-coordinate representation of color #831100: hue angle of 7.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #831100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 0 -
CMYK 0 0.87 1 0.49
HSL 7.79º 1% 0.26% -
HSV(B) 7.79º 1% 0.51% -
XYZ 9.56 5.23 0.5 -
YUV 49.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 131 17 0 0 0.87 1 0.49 7.79 1 0.26
Hex 83 11 0 0 57 64 31 8 64 1A
Octal 203 21 0 0 127 144 61 10 144 32
Binary 10000011 10001 0 0 1010111 1100100 110001 1000 1100100 11010

Color Harmonies of #831100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831100

Black with #831100

Text Example


Text Example

White with #831100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831100; }

 p { color: rgb(131,17,0); }

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

background-color css

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

 a { background-color: rgb(131,17,0); }

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

border-color css

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

 span { border-color: rgb(131,17,0); }

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