Html Css Color HEX #820411 Sangria

📋 copy color: '#820411'

red 130 ◦ green 4 ◦ blue 17

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

Shades of Sangria #820411

Tints of Sangria #820411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 86.09%
G = 2.65%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#820411 (or 0x820411) is known color: Sangria. HEX triplet: 82, 04 and 11. RGB value is (130,4,17). Sum of RGB (Red+Green+Blue) = 130+4+17=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #820411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820411 is #7DFBEE. Grayscale: #2B2B2B. Windows color (decimal): -8256495 or 1115266. OLE color: 1115266.

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

Color convert

RGB 130 4 17 -
CMYK 0 0.97 0.87 0.49
HSL 353.81º 0.94% 0.26% -
HSV(B) 353.81º 0.97% 0.51% -
XYZ 9.35 4.87 0.98 -
YUV 43.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 130 4 17 0 0.97 0.87 0.49 353.81 0.94 0.26
Hex 82 4 11 0 61 57 31 162 5E 1A
Octal 202 4 21 0 141 127 61 542 136 32
Binary 10000010 100 10001 0 1100001 1010111 110001 101100010 1011110 11010

Color Harmonies of #820411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820411

Black with #820411

Text Example


Text Example

White with #820411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820411; }

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

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

background-color css

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

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

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

border-color css

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

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

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