Html Css Color HEX #831415 Sangria

📋 copy color: '#831415'

red 131 ◦ green 20 ◦ blue 21

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

Shades of Sangria #831415

Tints of Sangria #831415

RGB

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

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

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

R = 76.16%
G = 11.63%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831415 (or 0x831415) is known color: Sangria. HEX triplet: 83, 14 and 15. RGB value is (131,20,21). Sum of RGB (Red+Green+Blue) = 131+20+21=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831415 is #7CEBEA. Grayscale: #353535. Windows color (decimal): -8186859 or 1381507. OLE color: 1381507.

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

Color convert

RGB 131 20 21 -
CMYK 0 0.85 0.84 0.49
HSL 359.46º 0.74% 0.3% -
HSV(B) 359.46º 0.85% 0.51% -
XYZ 9.75 5.38 1.23 -
YUV 53.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 131 20 21 0 0.85 0.84 0.49 359.46 0.74 0.3
Hex 83 14 15 0 55 54 31 167 4A 1E
Octal 203 24 25 0 125 124 61 547 112 36
Binary 10000011 10100 10101 0 1010101 1010100 110001 101100111 1001010 11110

Color Harmonies of #831415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831415

Black with #831415

Text Example


Text Example

White with #831415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831415; }

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

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

background-color css

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

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

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

border-color css

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

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

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