Html Css Color HEX #831304 Maroon

📋 copy color: '#831304'

red 131 ◦ green 19 ◦ blue 4

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

Shades of Maroon #831304

Tints of Maroon #831304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 85.06%
G = 12.34%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#831304 (or 0x831304) is known color: Maroon. HEX triplet: 83, 13 and 04. RGB value is (131,19,4). Sum of RGB (Red+Green+Blue) = 131+19+4=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #831304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831304 is #7CECFB. Grayscale: #323232. Windows color (decimal): -8187132 or 267139. OLE color: 267139.

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

Color convert

RGB 131 19 4 -
CMYK 0 0.85 0.97 0.49
HSL 7.09º 0.94% 0.26% -
HSV(B) 7.09º 0.97% 0.51% -
XYZ 9.61 5.3 0.63 -
YUV 50.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 131 19 4 0 0.85 0.97 0.49 7.09 0.94 0.26
Hex 83 13 4 0 55 61 31 7 5E 1A
Octal 203 23 4 0 125 141 61 7 136 32
Binary 10000011 10011 100 0 1010101 1100001 110001 111 1011110 11010

Color Harmonies of #831304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831304

Black with #831304

Text Example


Text Example

White with #831304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831304; }

 p { color: rgb(131,19,4); }

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

background-color css

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

 a { background-color: rgb(131,19,4); }

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

border-color css

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

 span { border-color: rgb(131,19,4); }

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