Html Css Color HEX #821116 Sangria

📋 copy color: '#821116'

red 130 ◦ green 17 ◦ blue 22

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

Shades of Sangria #821116

Tints of Sangria #821116

RGB

 RED value IS 130 (51.17% from 255) = 76.92%

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

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

R = 76.92%
G = 10.06%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#821116 (or 0x821116) is known color: Sangria. HEX triplet: 82, 11 and 16. RGB value is (130,17,22). Sum of RGB (Red+Green+Blue) = 130+17+22=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821116 is #7DEEE9. Grayscale: #333333. Windows color (decimal): -8253162 or 1446274. OLE color: 1446274.

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

Color convert

RGB 130 17 22 -
CMYK 0 0.87 0.83 0.49
HSL 357.35º 0.77% 0.29% -
HSV(B) 357.35º 0.87% 0.51% -
XYZ 9.55 5.2 1.26 -
YUV 51.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 130 17 22 0 0.87 0.83 0.49 357.35 0.77 0.29
Hex 82 11 16 0 57 53 31 165 4D 1D
Octal 202 21 26 0 127 123 61 545 115 35
Binary 10000010 10001 10110 0 1010111 1010011 110001 101100101 1001101 11101

Color Harmonies of #821116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821116

Black with #821116

Text Example


Text Example

White with #821116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821116; }

 p { color: rgb(130,17,22); }

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

background-color css

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

 a { background-color: rgb(130,17,22); }

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

border-color css

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

 span { border-color: rgb(130,17,22); }

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