Html Css Color HEX #831214 Sangria

📋 copy color: '#831214'

red 131 ◦ green 18 ◦ blue 20

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

Shades of Sangria #831214

Tints of Sangria #831214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

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

R = 77.51%
G = 10.65%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#831214 (or 0x831214) is known color: Sangria. HEX triplet: 83, 12 and 14. RGB value is (131,18,20). Sum of RGB (Red+Green+Blue) = 131+18+20=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #831214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831214 is #7CEDEB. Grayscale: #343434. Windows color (decimal): -8187372 or 1315459. OLE color: 1315459.

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

Color convert

RGB 131 18 20 -
CMYK 0 0.86 0.85 0.49
HSL 358.94º 0.76% 0.29% -
HSV(B) 358.94º 0.86% 0.51% -
XYZ 9.7 5.31 1.18 -
YUV 52.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 131 18 20 0 0.86 0.85 0.49 358.94 0.76 0.29
Hex 83 12 14 0 56 55 31 167 4C 1D
Octal 203 22 24 0 126 125 61 547 114 35
Binary 10000011 10010 10100 0 1010110 1010101 110001 101100111 1001100 11101

Color Harmonies of #831214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831214

Black with #831214

Text Example


Text Example

White with #831214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831214; }

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

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

background-color css

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

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

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

border-color css

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

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

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