Html Css Color HEX #831007 Maroon

📋 copy color: '#831007'

red 131 ◦ green 16 ◦ blue 7

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

Shades of Maroon #831007

Tints of Maroon #831007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.55%

R = 85.06%
G = 10.39%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#831007 (or 0x831007) is known color: Maroon. HEX triplet: 83, 10 and 07. RGB value is (131,16,7). Sum of RGB (Red+Green+Blue) = 131+16+7=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #831007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831007 is #7CEFF8. Grayscale: #313131. Windows color (decimal): -8187897 or 462979. OLE color: 462979.

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

Color convert

RGB 131 16 7 -
CMYK 0 0.88 0.95 0.49
HSL 4.35º 0.9% 0.27% -
HSV(B) 4.35º 0.95% 0.51% -
XYZ 9.58 5.21 0.7 -
YUV 49.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 131 16 7 0 0.88 0.95 0.49 4.35 0.9 0.27
Hex 83 10 7 0 58 5F 31 4 5A 1B
Octal 203 20 7 0 130 137 61 4 132 33
Binary 10000011 10000 111 0 1011000 1011111 110001 100 1011010 11011

Color Harmonies of #831007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831007

Black with #831007

Text Example


Text Example

White with #831007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831007; }

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

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

background-color css

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

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

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

border-color css

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

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

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