Html Css Color HEX #820210 Sangria

📋 copy color: '#820210'

red 130 ◦ green 2 ◦ blue 16

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

Shades of Sangria #820210

Tints of Sangria #820210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 87.84%
G = 1.35%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#820210 (or 0x820210) is known color: Sangria. HEX triplet: 82, 02 and 10. RGB value is (130,2,16). Sum of RGB (Red+Green+Blue) = 130+2+16=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #820210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820210 is #7DFDEF. Grayscale: #292929. Windows color (decimal): -8257008 or 1049218. OLE color: 1049218.

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

Color convert

RGB 130 2 16 -
CMYK 0 0.98 0.88 0.49
HSL 353.44º 0.97% 0.26% -
HSV(B) 353.44º 0.98% 0.51% -
XYZ 9.32 4.83 0.93 -
YUV 41.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 130 2 16 0 0.98 0.88 0.49 353.44 0.97 0.26
Hex 82 2 10 0 62 58 31 161 61 1A
Octal 202 2 20 0 142 130 61 541 141 32
Binary 10000010 10 10000 0 1100010 1011000 110001 101100001 1100001 11010

Color Harmonies of #820210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820210

Black with #820210

Text Example


Text Example

White with #820210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820210; }

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

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

background-color css

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

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

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

border-color css

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

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

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