Html Css Color HEX #831115 Sangria

📋 copy color: '#831115'

red 131 ◦ green 17 ◦ blue 21

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

Shades of Sangria #831115

Tints of Sangria #831115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 77.51%
G = 10.06%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831115 (or 0x831115) is known color: Sangria. HEX triplet: 83, 11 and 15. RGB value is (131,17,21). Sum of RGB (Red+Green+Blue) = 131+17+21=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #831115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831115 is #7CEEEA. Grayscale: #333333. Windows color (decimal): -8187627 or 1380739. OLE color: 1380739.

HSL color Cylindrical-coordinate representation of color #831115: hue angle of 357.89º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831115 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 21 -
CMYK 0 0.87 0.84 0.49
HSL 357.89º 0.77% 0.29% -
HSV(B) 357.89º 0.87% 0.51% -
XYZ 9.7 5.28 1.22 -
YUV 51.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 131 17 21 0 0.87 0.84 0.49 357.89 0.77 0.29
Hex 83 11 15 0 57 54 31 166 4D 1D
Octal 203 21 25 0 127 124 61 546 115 35
Binary 10000011 10001 10101 0 1010111 1010100 110001 101100110 1001101 11101

Color Harmonies of #831115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831115

Black with #831115

Text Example


Text Example

White with #831115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831115; }

 p { color: rgb(131,17,21); }

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

background-color css

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

 a { background-color: rgb(131,17,21); }

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

border-color css

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

 span { border-color: rgb(131,17,21); }

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