Html Css Color HEX #831314 Sangria

📋 copy color: '#831314'

red 131 ◦ green 19 ◦ blue 20

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

Shades of Sangria #831314

Tints of Sangria #831314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 77.06%
G = 11.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831314 (or 0x831314) is known color: Sangria. HEX triplet: 83, 13 and 14. RGB value is (131,19,20). Sum of RGB (Red+Green+Blue) = 131+19+20=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #831314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831314 is #7CECEB. Grayscale: #343434. Windows color (decimal): -8187116 or 1315715. OLE color: 1315715.

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

Color convert

RGB 131 19 20 -
CMYK 0 0.85 0.85 0.49
HSL 359.46º 0.75% 0.29% -
HSV(B) 359.46º 0.85% 0.51% -
XYZ 9.72 5.34 1.18 -
YUV 52.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 131 19 20 0 0.85 0.85 0.49 359.46 0.75 0.29
Hex 83 13 14 0 55 55 31 167 4B 1D
Octal 203 23 24 0 125 125 61 547 113 35
Binary 10000011 10011 10100 0 1010101 1010101 110001 101100111 1001011 11101

Color Harmonies of #831314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831314

Black with #831314

Text Example


Text Example

White with #831314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831314; }

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

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

background-color css

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

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

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

border-color css

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

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

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