Html Css Color HEX #820512 Sangria

📋 copy color: '#820512'

red 130 ◦ green 5 ◦ blue 18

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

Shades of Sangria #820512

Tints of Sangria #820512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 84.97%
G = 3.27%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#820512 (or 0x820512) is known color: Sangria. HEX triplet: 82, 05 and 12. RGB value is (130,5,18). Sum of RGB (Red+Green+Blue) = 130+5+18=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820512 is #7DFAED. Grayscale: #2B2B2B. Windows color (decimal): -8256238 or 1181058. OLE color: 1181058.

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

Color convert

RGB 130 5 18 -
CMYK 0 0.96 0.86 0.49
HSL 353.76º 0.93% 0.26% -
HSV(B) 353.76º 0.96% 0.51% -
XYZ 9.37 4.9 1.02 -
YUV 43.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 130 5 18 0 0.96 0.86 0.49 353.76 0.93 0.26
Hex 82 5 12 0 60 56 31 162 5D 1A
Octal 202 5 22 0 140 126 61 542 135 32
Binary 10000010 101 10010 0 1100000 1010110 110001 101100010 1011101 11010

Color Harmonies of #820512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820512

Black with #820512

Text Example


Text Example

White with #820512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820512; }

 p { color: rgb(130,5,18); }

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

background-color css

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

 a { background-color: rgb(130,5,18); }

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

border-color css

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

 span { border-color: rgb(130,5,18); }

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