Html Css Color HEX #831402 Maroon

📋 copy color: '#831402'

red 131 ◦ green 20 ◦ blue 2

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

Shades of Maroon #831402

Tints of Maroon #831402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 85.62%
G = 13.07%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831402 (or 0x831402) is known color: Maroon. HEX triplet: 83, 14 and 02. RGB value is (131,20,2). Sum of RGB (Red+Green+Blue) = 131+20+2=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #831402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831402 is #7CEBFD. Grayscale: #333333. Windows color (decimal): -8186878 or 136323. OLE color: 136323.

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

Color convert

RGB 131 20 2 -
CMYK 0 0.85 0.98 0.49
HSL 8.37º 0.97% 0.26% -
HSV(B) 8.37º 0.98% 0.51% -
XYZ 9.62 5.33 0.58 -
YUV 51.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 131 20 2 0 0.85 0.98 0.49 8.37 0.97 0.26
Hex 83 14 2 0 55 62 31 8 61 1A
Octal 203 24 2 0 125 142 61 10 141 32
Binary 10000011 10100 10 0 1010101 1100010 110001 1000 1100001 11010

Color Harmonies of #831402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831402

Black with #831402

Text Example


Text Example

White with #831402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831402; }

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

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

background-color css

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

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

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

border-color css

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

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

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