Html Css Color HEX #831205 Maroon

📋 copy color: '#831205'

red 131 ◦ green 18 ◦ blue 5

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

Shades of Maroon #831205

Tints of Maroon #831205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 85.06%
G = 11.69%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#831205 (or 0x831205) is known color: Maroon. HEX triplet: 83, 12 and 05. RGB value is (131,18,5). Sum of RGB (Red+Green+Blue) = 131+18+5=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #831205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831205 is #7CEDFA. Grayscale: #323232. Windows color (decimal): -8187387 or 332419. OLE color: 332419.

HSL color Cylindrical-coordinate representation of color #831205: hue angle of 6.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #831205 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 5 -
CMYK 0 0.86 0.96 0.49
HSL 6.19º 0.93% 0.27% -
HSV(B) 6.19º 0.96% 0.51% -
XYZ 9.6 5.27 0.65 -
YUV 50.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 131 18 5 0 0.86 0.96 0.49 6.19 0.93 0.27
Hex 83 12 5 0 56 60 31 6 5D 1B
Octal 203 22 5 0 126 140 61 6 135 33
Binary 10000011 10010 101 0 1010110 1100000 110001 110 1011101 11011

Color Harmonies of #831205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831205

Black with #831205

Text Example


Text Example

White with #831205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831205; }

 p { color: rgb(131,18,5); }

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

background-color css

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

 a { background-color: rgb(131,18,5); }

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

border-color css

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

 span { border-color: rgb(131,18,5); }

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