Html Css Color HEX #831203 Maroon

📋 copy color: '#831203'

red 131 ◦ green 18 ◦ blue 3

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

Shades of Maroon #831203

Tints of Maroon #831203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 86.18%
G = 11.84%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831203 (or 0x831203) is known color: Maroon. HEX triplet: 83, 12 and 03. RGB value is (131,18,3). Sum of RGB (Red+Green+Blue) = 131+18+3=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #831203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831203 is #7CEDFC. Grayscale: #323232. Windows color (decimal): -8187389 or 201347. OLE color: 201347.

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

Color convert

RGB 131 18 3 -
CMYK 0 0.86 0.98 0.49
HSL 7.03º 0.96% 0.26% -
HSV(B) 7.03º 0.98% 0.51% -
XYZ 9.59 5.26 0.6 -
YUV 50.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 131 18 3 0 0.86 0.98 0.49 7.03 0.96 0.26
Hex 83 12 3 0 56 62 31 7 60 1A
Octal 203 22 3 0 126 142 61 7 140 32
Binary 10000011 10010 11 0 1010110 1100010 110001 111 1100000 11010

Color Harmonies of #831203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831203

Black with #831203

Text Example


Text Example

White with #831203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831203; }

 p { color: rgb(131,18,3); }

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

background-color css

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

 a { background-color: rgb(131,18,3); }

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

border-color css

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

 span { border-color: rgb(131,18,3); }

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