Html Css Color HEX #831600 Maroon

📋 copy color: '#831600'

red 131 ◦ green 22 ◦ blue 0

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

Shades of Maroon #831600

Tints of Maroon #831600

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 value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831600 (or 0x831600) is known color: 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

RGB 131 22 0 -
CMYK 0 0.83 1 0.49
HSL 10.08º 1% 0.26% -
HSV(B) 10.08º 1% 0.51% -
XYZ 9.65 5.4 0.53 -
YUV 52.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 131 22 0 0 0.83 1 0.49 10.08 1 0.26
Hex 83 16 0 0 53 64 31 A 64 1A
Octal 203 26 0 0 123 144 61 12 144 32
Binary 10000011 10110 0 0 1010011 1100100 110001 1010 1100100 11010

Color Harmonies of #831600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831600

Black with #831600

Text Example


Text Example

White with #831600

Text Example


Text Example

HTML Codes & Css Web 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>