Html Css Color HEX #831700 Maroon

📋 copy color: '#831700'

red 131 ◦ green 23 ◦ blue 0

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

Shades of Maroon #831700

Tints of Maroon #831700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.06%
G = 14.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831700 (or 0x831700) is known color: Maroon. HEX triplet: 83, 17 and 00. RGB value is (131,23,0). Sum of RGB (Red+Green+Blue) = 131+23+0=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #831700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831700 is #7CE8FF. Grayscale: #343434. Windows color (decimal): -8186112 or 6019. OLE color: 6019.

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

Color convert

RGB 131 23 0 -
CMYK 0 0.82 1 0.49
HSL 10.53º 1% 0.26% -
HSV(B) 10.53º 1% 0.51% -
XYZ 9.67 5.44 0.54 -
YUV 52.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 131 23 0 0 0.82 1 0.49 10.53 1 0.26
Hex 83 17 0 0 52 64 31 B 64 1A
Octal 203 27 0 0 122 144 61 13 144 32
Binary 10000011 10111 0 0 1010010 1100100 110001 1011 1100100 11010

Color Harmonies of #831700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831700

Black with #831700

Text Example


Text Example

White with #831700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831700; }

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

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

background-color css

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

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

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

border-color css

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

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

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