Html Css Color HEX #820711 Sangria

📋 copy color: '#820711'

red 130 ◦ green 7 ◦ blue 17

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

Shades of Sangria #820711

Tints of Sangria #820711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.55%

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

R = 84.42%
G = 4.55%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#820711 (or 0x820711) is known color: Sangria. HEX triplet: 82, 07 and 11. RGB value is (130,7,17). Sum of RGB (Red+Green+Blue) = 130+7+17=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #820711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820711 is #7DF8EE. Grayscale: #2D2D2D. Windows color (decimal): -8255727 or 1116034. OLE color: 1116034.

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

Color convert

RGB 130 7 17 -
CMYK 0 0.95 0.87 0.49
HSL 355.12º 0.9% 0.27% -
HSV(B) 355.12º 0.95% 0.51% -
XYZ 9.38 4.94 0.99 -
YUV 44.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 130 7 17 0 0.95 0.87 0.49 355.12 0.9 0.27
Hex 82 7 11 0 5F 57 31 163 5A 1B
Octal 202 7 21 0 137 127 61 543 132 33
Binary 10000010 111 10001 0 1011111 1010111 110001 101100011 1011010 11011

Color Harmonies of #820711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820711

Black with #820711

Text Example


Text Example

White with #820711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820711; }

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

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

background-color css

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

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

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

border-color css

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

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

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