Html Css Color HEX #831301 Maroon

📋 copy color: '#831301'

red 131 ◦ green 19 ◦ blue 1

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

Shades of Maroon #831301

Tints of Maroon #831301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 86.75%
G = 12.58%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831301 (or 0x831301) is known color: Maroon. HEX triplet: 83, 13 and 01. RGB value is (131,19,1). Sum of RGB (Red+Green+Blue) = 131+19+1=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #831301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831301 is #7CECFE. Grayscale: #323232. Windows color (decimal): -8187135 or 70531. OLE color: 70531.

HSL color Cylindrical-coordinate representation of color #831301: hue angle of 8.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #831301 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 1 -
CMYK 0 0.85 0.99 0.49
HSL 8.31º 0.98% 0.26% -
HSV(B) 8.31º 0.99% 0.51% -
XYZ 9.6 5.29 0.54 -
YUV 50.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 131 19 1 0 0.85 0.99 0.49 8.31 0.98 0.26
Hex 83 13 1 0 55 63 31 8 62 1A
Octal 203 23 1 0 125 143 61 10 142 32
Binary 10000011 10011 1 0 1010101 1100011 110001 1000 1100010 11010

Color Harmonies of #831301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831301

Black with #831301

Text Example


Text Example

White with #831301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831301; }

 p { color: rgb(131,19,1); }

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

background-color css

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

 a { background-color: rgb(131,19,1); }

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

border-color css

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

 span { border-color: rgb(131,19,1); }

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