Html Css Color HEX #831002 Maroon

📋 copy color: '#831002'

red 131 ◦ green 16 ◦ blue 2

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

Shades of Maroon #831002

Tints of Maroon #831002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 87.92%
G = 10.74%
B = 1.34%

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

#831002 (or 0x831002) is known color: Maroon. HEX triplet: 83, 10 and 02. RGB value is (131,16,2). Sum of RGB (Red+Green+Blue) = 131+16+2=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #831002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831002 is #7CEFFD. Grayscale: #303030. Windows color (decimal): -8187902 or 135299. OLE color: 135299.

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

Color convert

RGB 131 16 2 -
CMYK 0 0.88 0.98 0.49
HSL 6.51º 0.97% 0.26% -
HSV(B) 6.51º 0.98% 0.51% -
XYZ 9.56 5.2 0.56 -
YUV 48.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 131 16 2 0 0.88 0.98 0.49 6.51 0.97 0.26
Hex 83 10 2 0 58 62 31 7 61 1A
Octal 203 20 2 0 130 142 61 7 141 32
Binary 10000011 10000 10 0 1011000 1100010 110001 111 1100001 11010

Color Harmonies of #831002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831002

Black with #831002

Text Example


Text Example

White with #831002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831002; }

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

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

background-color css

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

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

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

border-color css

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

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

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