Html Css Color HEX #820D14 Sangria

📋 copy color: '#820D14'

red 130 ◦ green 13 ◦ blue 20

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

Shades of Sangria #820D14

Tints of Sangria #820D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 79.75%
G = 7.98%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820D14 (or 0x820D14) is known color: Sangria. HEX triplet: 82, 0D and 14. RGB value is (130,13,20). Sum of RGB (Red+Green+Blue) = 130+13+20=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820D14 is #7DF2EB. Grayscale: #303030. Windows color (decimal): -8254188 or 1314178. OLE color: 1314178.

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

Color convert

RGB 130 13 20 -
CMYK 0 0.9 0.85 0.49
HSL 356.41º 0.82% 0.28% -
HSV(B) 356.41º 0.9% 0.51% -
XYZ 9.48 5.08 1.14 -
YUV 48.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 130 13 20 0 0.9 0.85 0.49 356.41 0.82 0.28
Hex 82 D 14 0 5A 55 31 164 52 1C
Octal 202 15 24 0 132 125 61 544 122 34
Binary 10000010 1101 10100 0 1011010 1010101 110001 101100100 1010010 11100

Color Harmonies of #820D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D14

Black with #820D14

Text Example


Text Example

White with #820D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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