Html Css Color HEX #820913 Sangria

📋 copy color: '#820913'

red 130 ◦ green 9 ◦ blue 19

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

Shades of Sangria #820913

Tints of Sangria #820913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 82.28%
G = 5.7%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#820913 (or 0x820913) is known color: Sangria. HEX triplet: 82, 09 and 13. RGB value is (130,9,19). Sum of RGB (Red+Green+Blue) = 130+9+19=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #820913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820913 is #7DF6EC. Grayscale: #2E2E2E. Windows color (decimal): -8255213 or 1247618. OLE color: 1247618.

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

Color convert

RGB 130 9 19 -
CMYK 0 0.93 0.85 0.49
HSL 355.04º 0.87% 0.27% -
HSV(B) 355.04º 0.93% 0.51% -
XYZ 9.42 4.99 1.08 -
YUV 46.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 130 9 19 0 0.93 0.85 0.49 355.04 0.87 0.27
Hex 82 9 13 0 5D 55 31 163 57 1B
Octal 202 11 23 0 135 125 61 543 127 33
Binary 10000010 1001 10011 0 1011101 1010101 110001 101100011 1010111 11011

Color Harmonies of #820913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820913

Black with #820913

Text Example


Text Example

White with #820913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820913; }

 p { color: rgb(130,9,19); }

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

background-color css

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

 a { background-color: rgb(130,9,19); }

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

border-color css

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

 span { border-color: rgb(130,9,19); }

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