Html Css Color HEX #831000 Maroon

📋 copy color: '#831000'

red 131 ◦ green 16 ◦ blue 0

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

Shades of Maroon #831000

Tints of Maroon #831000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 89.12%
G = 10.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#831000 (or 0x831000) is known color: Maroon. HEX triplet: 83, 10 and 00. RGB value is (131,16,0). Sum of RGB (Red+Green+Blue) = 131+16+0=147 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.12% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 131 - color contains mainly: red. Hex color #831000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831000 is #7CEFFF. Grayscale: #303030. Windows color (decimal): -8187904 or 4227. OLE color: 4227.

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

Color convert

RGB 131 16 0 -
CMYK 0 0.88 1 0.49
HSL 7.33º 1% 0.26% -
HSV(B) 7.33º 1% 0.51% -
XYZ 9.55 5.2 0.5 -
YUV 48.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 131 16 0 0 0.88 1 0.49 7.33 1 0.26
Hex 83 10 0 0 58 64 31 7 64 1A
Octal 203 20 0 0 130 144 61 7 144 32
Binary 10000011 10000 0 0 1011000 1100100 110001 111 1100100 11010

Color Harmonies of #831000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831000

Black with #831000

Text Example


Text Example

White with #831000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831000; }

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

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

background-color css

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

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

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

border-color css

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

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

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