Html Css Color HEX #821011 Sangria

📋 copy color: '#821011'

red 130 ◦ green 16 ◦ blue 17

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

Shades of Sangria #821011

Tints of Sangria #821011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 79.75%
G = 9.82%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#821011 (or 0x821011) is known color: Sangria. HEX triplet: 82, 10 and 11. RGB value is (130,16,17). Sum of RGB (Red+Green+Blue) = 130+16+17=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821011 is #7DEFEE. Grayscale: #323232. Windows color (decimal): -8253423 or 1118338. OLE color: 1118338.

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

Color convert

RGB 130 16 17 -
CMYK 0 0.88 0.87 0.49
HSL 359.47º 0.78% 0.29% -
HSV(B) 359.47º 0.88% 0.51% -
XYZ 9.49 5.16 1.03 -
YUV 50.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 130 16 17 0 0.88 0.87 0.49 359.47 0.78 0.29
Hex 82 10 11 0 58 57 31 167 4E 1D
Octal 202 20 21 0 130 127 61 547 116 35
Binary 10000010 10000 10001 0 1011000 1010111 110001 101100111 1001110 11101

Color Harmonies of #821011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821011

Black with #821011

Text Example


Text Example

White with #821011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821011; }

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

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

background-color css

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

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

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

border-color css

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

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

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