Html Css Color HEX #820D10 Sangria

📋 copy color: '#820D10'

red 130 ◦ green 13 ◦ blue 16

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

Shades of Sangria #820D10

Tints of Sangria #820D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 81.76%
G = 8.18%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#820D10 (or 0x820D10) is known color: Sangria. HEX triplet: 82, 0D and 10. RGB value is (130,13,16). Sum of RGB (Red+Green+Blue) = 130+13+16=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #820D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820D10 is #7DF2EF. Grayscale: #303030. Windows color (decimal): -8254192 or 1052034. OLE color: 1052034.

HSL color Cylindrical-coordinate representation of color #820D10: hue angle of 358.46º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D10 is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 16 -
CMYK 0 0.9 0.88 0.49
HSL 358.46º 0.82% 0.28% -
HSV(B) 358.46º 0.9% 0.51% -
XYZ 9.44 5.07 0.97 -
YUV 48.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 130 13 16 0 0.9 0.88 0.49 358.46 0.82 0.28
Hex 82 D 10 0 5A 58 31 166 52 1C
Octal 202 15 20 0 132 130 61 546 122 34
Binary 10000010 1101 10000 0 1011010 1011000 110001 101100110 1010010 11100

Color Harmonies of #820D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D10

Black with #820D10

Text Example


Text Example

White with #820D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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