Html Css Color HEX #831602 Maroon

📋 copy color: '#831602'

red 131 ◦ green 22 ◦ blue 2

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

Shades of Maroon #831602

Tints of Maroon #831602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 84.52%
G = 14.19%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831602 (or 0x831602) is known color: Maroon. HEX triplet: 83, 16 and 02. RGB value is (131,22,2). Sum of RGB (Red+Green+Blue) = 131+22+2=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #831602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831602 is #7CE9FD. Grayscale: #343434. Windows color (decimal): -8186366 or 136835. OLE color: 136835.

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

Color convert

RGB 131 22 2 -
CMYK 0 0.83 0.98 0.49
HSL 9.3º 0.97% 0.26% -
HSV(B) 9.3º 0.98% 0.51% -
XYZ 9.66 5.4 0.59 -
YUV 52.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 131 22 2 0 0.83 0.98 0.49 9.3 0.97 0.26
Hex 83 16 2 0 53 62 31 9 61 1A
Octal 203 26 2 0 123 142 61 11 141 32
Binary 10000011 10110 10 0 1010011 1100010 110001 1001 1100001 11010

Color Harmonies of #831602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831602

Black with #831602

Text Example


Text Example

White with #831602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831602; }

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

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

background-color css

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

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

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

border-color css

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

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

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