Html Css Color HEX #831316 Sangria

📋 copy color: '#831316'

red 131 ◦ green 19 ◦ blue 22

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

Shades of Sangria #831316

Tints of Sangria #831316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 76.16%
G = 11.05%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#831316 (or 0x831316) is known color: Sangria. HEX triplet: 83, 13 and 16. RGB value is (131,19,22). Sum of RGB (Red+Green+Blue) = 131+19+22=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #831316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831316 is #7CECE9. Grayscale: #343434. Windows color (decimal): -8187114 or 1446787. OLE color: 1446787.

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

Color convert

RGB 131 19 22 -
CMYK 0 0.85 0.83 0.49
HSL 358.39º 0.75% 0.29% -
HSV(B) 358.39º 0.85% 0.51% -
XYZ 9.74 5.35 1.28 -
YUV 52.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 131 19 22 0 0.85 0.83 0.49 358.39 0.75 0.29
Hex 83 13 16 0 55 53 31 166 4B 1D
Octal 203 23 26 0 125 123 61 546 113 35
Binary 10000011 10011 10110 0 1010101 1010011 110001 101100110 1001011 11101

Color Harmonies of #831316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831316

Black with #831316

Text Example


Text Example

White with #831316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831316; }

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

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

background-color css

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

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

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

border-color css

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

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

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