Html Css Color HEX #831101 Maroon

📋 copy color: '#831101'

red 131 ◦ green 17 ◦ blue 1

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

Shades of Maroon #831101

Tints of Maroon #831101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 87.92%
G = 11.41%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831101 (or 0x831101) is known color: Maroon. HEX triplet: 83, 11 and 01. RGB value is (131,17,1). Sum of RGB (Red+Green+Blue) = 131+17+1=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #831101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831101 is #7CEEFE. Grayscale: #313131. Windows color (decimal): -8187647 or 70019. OLE color: 70019.

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

Color convert

RGB 131 17 1 -
CMYK 0 0.87 0.99 0.49
HSL 7.38º 0.98% 0.26% -
HSV(B) 7.38º 0.99% 0.51% -
XYZ 9.57 5.23 0.53 -
YUV 49.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 131 17 1 0 0.87 0.99 0.49 7.38 0.98 0.26
Hex 83 11 1 0 57 63 31 7 62 1A
Octal 203 21 1 0 127 143 61 7 142 32
Binary 10000011 10001 1 0 1010111 1100011 110001 111 1100010 11010

Color Harmonies of #831101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831101

Black with #831101

Text Example


Text Example

White with #831101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831101; }

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

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

background-color css

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

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

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

border-color css

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

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

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