Html Css Color HEX #820412 Sangria

📋 copy color: '#820412'

red 130 ◦ green 4 ◦ blue 18

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

Shades of Sangria #820412

Tints of Sangria #820412

RGB

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

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

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

R = 85.53%
G = 2.63%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#820412 (or 0x820412) is known color: Sangria. HEX triplet: 82, 04 and 12. RGB value is (130,4,18). Sum of RGB (Red+Green+Blue) = 130+4+18=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #820412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820412 is #7DFBED. Grayscale: #2B2B2B. Windows color (decimal): -8256494 or 1180802. OLE color: 1180802.

HSL color Cylindrical-coordinate representation of color #820412: hue angle of 353.33º 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 #820412 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 18 -
CMYK 0 0.97 0.86 0.49
HSL 353.33º 0.94% 0.26% -
HSV(B) 353.33º 0.97% 0.51% -
XYZ 9.36 4.88 1.02 -
YUV 43.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 130 4 18 0 0.97 0.86 0.49 353.33 0.94 0.26
Hex 82 4 12 0 61 56 31 161 5E 1A
Octal 202 4 22 0 141 126 61 541 136 32
Binary 10000010 100 10010 0 1100001 1010110 110001 101100001 1011110 11010

Color Harmonies of #820412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820412

Black with #820412

Text Example


Text Example

White with #820412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820412; }

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

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

background-color css

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

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

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

border-color css

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

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

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