Html Css Color HEX #831008 Maroon

📋 copy color: '#831008'

red 131 ◦ green 16 ◦ blue 8

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

Shades of Maroon #831008

Tints of Maroon #831008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 84.52%
G = 10.32%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#831008 (or 0x831008) is known color: Maroon. HEX triplet: 83, 10 and 08. RGB value is (131,16,8). Sum of RGB (Red+Green+Blue) = 131+16+8=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #831008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831008 is #7CEFF7. Grayscale: #313131. Windows color (decimal): -8187896 or 528515. OLE color: 528515.

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

Color convert

RGB 131 16 8 -
CMYK 0 0.88 0.94 0.49
HSL 3.9º 0.88% 0.27% -
HSV(B) 3.9º 0.94% 0.51% -
XYZ 9.59 5.21 0.73 -
YUV 49.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 131 16 8 0 0.88 0.94 0.49 3.9 0.88 0.27
Hex 83 10 8 0 58 5E 31 4 58 1B
Octal 203 20 10 0 130 136 61 4 130 33
Binary 10000011 10000 1000 0 1011000 1011110 110001 100 1011000 11011

Color Harmonies of #831008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831008

Black with #831008

Text Example


Text Example

White with #831008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831008; }

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

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

background-color css

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

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

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

border-color css

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

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

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