Html Css Color HEX #831201 Maroon

📋 copy color: '#831201'

red 131 ◦ green 18 ◦ blue 1

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

Shades of Maroon #831201

Tints of Maroon #831201

RGB

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

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

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

R = 87.33%
G = 12%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831201 (or 0x831201) is known color: Maroon. HEX triplet: 83, 12 and 01. RGB value is (131,18,1). Sum of RGB (Red+Green+Blue) = 131+18+1=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #831201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831201 is #7CEDFE. Grayscale: #323232. Windows color (decimal): -8187391 or 70275. OLE color: 70275.

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

Color convert

RGB 131 18 1 -
CMYK 0 0.86 0.99 0.49
HSL 7.85º 0.98% 0.26% -
HSV(B) 7.85º 0.99% 0.51% -
XYZ 9.58 5.26 0.54 -
YUV 49.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 131 18 1 0 0.86 0.99 0.49 7.85 0.98 0.26
Hex 83 12 1 0 56 63 31 8 62 1A
Octal 203 22 1 0 126 143 61 10 142 32
Binary 10000011 10010 1 0 1010110 1100011 110001 1000 1100010 11010

Color Harmonies of #831201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831201

Black with #831201

Text Example


Text Example

White with #831201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831201; }

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

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

background-color css

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

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

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

border-color css

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

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

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