Html Css Color HEX #831003 Maroon

📋 copy color: '#831003'

red 131 ◦ green 16 ◦ blue 3

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

Shades of Maroon #831003

Tints of Maroon #831003

RGB

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

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

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

R = 87.33%
G = 10.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831003 (or 0x831003) is known color: Maroon. HEX triplet: 83, 10 and 03. RGB value is (131,16,3). Sum of RGB (Red+Green+Blue) = 131+16+3=150 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 131 - color contains mainly: red. Hex color #831003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831003 is #7CEFFC. Grayscale: #313131. Windows color (decimal): -8187901 or 200835. OLE color: 200835.

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

Color convert

RGB 131 16 3 -
CMYK 0 0.88 0.98 0.49
HSL 6.09º 0.96% 0.26% -
HSV(B) 6.09º 0.98% 0.51% -
XYZ 9.56 5.2 0.59 -
YUV 48.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 131 16 3 0 0.88 0.98 0.49 6.09 0.96 0.26
Hex 83 10 3 0 58 62 31 6 60 1A
Octal 203 20 3 0 130 142 61 6 140 32
Binary 10000011 10000 11 0 1011000 1100010 110001 110 1100000 11010

Color Harmonies of #831003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831003

Black with #831003

Text Example


Text Example

White with #831003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831003; }

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

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

background-color css

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

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

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

border-color css

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

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

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