Html Css Color HEX #831404 Maroon

📋 copy color: '#831404'

red 131 ◦ green 20 ◦ blue 4

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

Shades of Maroon #831404

Tints of Maroon #831404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 84.52%
G = 12.9%
B = 2.58%

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

#831404 (or 0x831404) is known color: Maroon. HEX triplet: 83, 14 and 04. RGB value is (131,20,4). Sum of RGB (Red+Green+Blue) = 131+20+4=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #831404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831404 is #7CEBFB. Grayscale: #333333. Windows color (decimal): -8186876 or 267395. OLE color: 267395.

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

Color convert

RGB 131 20 4 -
CMYK 0 0.85 0.97 0.49
HSL 7.56º 0.94% 0.26% -
HSV(B) 7.56º 0.97% 0.51% -
XYZ 9.63 5.33 0.64 -
YUV 51.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 131 20 4 0 0.85 0.97 0.49 7.56 0.94 0.26
Hex 83 14 4 0 55 61 31 8 5E 1A
Octal 203 24 4 0 125 141 61 10 136 32
Binary 10000011 10100 100 0 1010101 1100001 110001 1000 1011110 11010

Color Harmonies of #831404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831404

Black with #831404

Text Example


Text Example

White with #831404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831404; }

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

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

background-color css

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

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

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

border-color css

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

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

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