Html Css Color HEX #831701 Maroon

📋 copy color: '#831701'

red 131 ◦ green 23 ◦ blue 1

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

Shades of Maroon #831701

Tints of Maroon #831701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

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

R = 84.52%
G = 14.84%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#831701 (or 0x831701) is known color: Maroon. HEX triplet: 83, 17 and 01. RGB value is (131,23,1). Sum of RGB (Red+Green+Blue) = 131+23+1=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #831701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831701 is #7CE8FE. Grayscale: #343434. Windows color (decimal): -8186111 or 71555. OLE color: 71555.

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

Color convert

RGB 131 23 1 -
CMYK 0 0.82 0.99 0.49
HSL 10.15º 0.98% 0.26% -
HSV(B) 10.15º 0.99% 0.51% -
XYZ 9.67 5.44 0.57 -
YUV 52.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 131 23 1 0 0.82 0.99 0.49 10.15 0.98 0.26
Hex 83 17 1 0 52 63 31 A 62 1A
Octal 203 27 1 0 122 143 61 12 142 32
Binary 10000011 10111 1 0 1010010 1100011 110001 1010 1100010 11010

Color Harmonies of #831701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831701

Black with #831701

Text Example


Text Example

White with #831701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831701; }

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

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

background-color css

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

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

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

border-color css

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

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

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