Html Css Color HEX #831206 Maroon

📋 copy color: '#831206'

red 131 ◦ green 18 ◦ blue 6

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

Shades of Maroon #831206

Tints of Maroon #831206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 84.52%
G = 11.61%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#831206 (or 0x831206) is known color: Maroon. HEX triplet: 83, 12 and 06. RGB value is (131,18,6). Sum of RGB (Red+Green+Blue) = 131+18+6=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #831206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831206 is #7CEDF9. Grayscale: #323232. Windows color (decimal): -8187386 or 397955. OLE color: 397955.

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

Color convert

RGB 131 18 6 -
CMYK 0 0.86 0.95 0.49
HSL 5.76º 0.91% 0.27% -
HSV(B) 5.76º 0.95% 0.51% -
XYZ 9.61 5.27 0.68 -
YUV 50.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 131 18 6 0 0.86 0.95 0.49 5.76 0.91 0.27
Hex 83 12 6 0 56 5F 31 6 5B 1B
Octal 203 22 6 0 126 137 61 6 133 33
Binary 10000011 10010 110 0 1010110 1011111 110001 110 1011011 11011

Color Harmonies of #831206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831206

Black with #831206

Text Example


Text Example

White with #831206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831206; }

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

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

background-color css

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

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

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

border-color css

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

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

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