#831100

Color #831100 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #831100

Tints of Maroon #831100

Color information

#831100 (or 0x831100) is unknown color: approx 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

RGB131170-
CMYK00.8710.49
HSL7.79º100%25.69%-
HSV(B)7.79º100%51.37%-
XYZ9.565.230.5-
YUV49.15100.27186.38-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13117000.8710.497.7910025.69
Hex8311005764318641a
Octal2032100127144611014432
Binary100000111000100101011111001001100011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>