Html Css Color HEX #831004 Maroon

📋 copy color: '#831004'

red 131 ◦ green 16 ◦ blue 4

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

Shades of Maroon #831004

Tints of Maroon #831004

RGB

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

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

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

R = 86.75%
G = 10.6%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#831004 (or 0x831004) is known color: Maroon. HEX triplet: 83, 10 and 04. RGB value is (131,16,4). Sum of RGB (Red+Green+Blue) = 131+16+4=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #831004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831004 is #7CEFFB. Grayscale: #313131. Windows color (decimal): -8187900 or 266371. OLE color: 266371.

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

Color convert

RGB 131 16 4 -
CMYK 0 0.88 0.97 0.49
HSL 5.67º 0.94% 0.26% -
HSV(B) 5.67º 0.97% 0.51% -
XYZ 9.57 5.2 0.62 -
YUV 49.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 131 16 4 0 0.88 0.97 0.49 5.67 0.94 0.26
Hex 83 10 4 0 58 61 31 6 5E 1A
Octal 203 20 4 0 130 141 61 6 136 32
Binary 10000011 10000 100 0 1011000 1100001 110001 110 1011110 11010

Color Harmonies of #831004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831004

Black with #831004

Text Example


Text Example

White with #831004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831004; }

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

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

background-color css

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

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

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

border-color css

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

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

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