Html Css Color HEX #831500 Maroon

📋 copy color: '#831500'

red 131 ◦ green 21 ◦ blue 0

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

Shades of Maroon #831500

Tints of Maroon #831500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 86.18%
G = 13.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831500 (or 0x831500) is known color: Maroon. HEX triplet: 83, 15 and 00. RGB value is (131,21,0). Sum of RGB (Red+Green+Blue) = 131+21+0=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #831500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831500 is #7CEAFF. Grayscale: #333333. Windows color (decimal): -8186624 or 5507. OLE color: 5507.

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

Color convert

RGB 131 21 0 -
CMYK 0 0.84 1 0.49
HSL 9.62º 1% 0.26% -
HSV(B) 9.62º 1% 0.51% -
XYZ 9.63 5.36 0.53 -
YUV 51.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 131 21 0 0 0.84 1 0.49 9.62 1 0.26
Hex 83 15 0 0 54 64 31 A 64 1A
Octal 203 25 0 0 124 144 61 12 144 32
Binary 10000011 10101 0 0 1010100 1100100 110001 1010 1100100 11010

Color Harmonies of #831500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831500

Black with #831500

Text Example


Text Example

White with #831500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831500; }

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

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

background-color css

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

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

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

border-color css

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

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

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