#831600

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

Shades of Maroon #831600

Tints of Maroon #831600

Color information

#831600 (or 0x831600) is unknown color: approx Maroon. HEX triplet: 83, 16 and 00. RGB value is (131,22,0). Sum of RGB (Red+Green+Blue) = 131+22+0=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #831600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831600 is #7CE9FF. Grayscale: #343434. Windows color (decimal): -8186368 or 5763. OLE color: 5763.

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

Color convert

RGB131220-
CMYK00.8310.49
HSL10.08º100%25.69%-
HSV(B)10.08º100%51.37%-
XYZ9.655.40.53-
YUV52.0898.61184.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 85.62%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.62%
G=14.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13122000.8310.4910.0810025.69
Hex831600536431a641a
Octal2032600123144611214432
Binary100000111011000101001111001001100011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831600; }

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

 H1.HeaderClassName
 {
   color: #831600;
 }
 .AnyTagClassName
 {
   color: #831600;
 }
</style>
background-color css

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

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

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

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

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

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