#820412

Color #820412 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #820412

Tints of Sangria #820412

Color information

#820412 (or 0x820412) is unknown color: approx 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

RGB130418-
CMYK00.970.860.49
HSL353.33º94.03%26.27%-
HSV(B)353.33º96.92%50.98%-
XYZ9.364.881.02-
YUV43.27113.74189.86-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13041800.970.860.49353.3394.0326.27
Hex8241206156311615e1a
Octal20242201411266154113632
Binary1000001010010010011000011010110110001101100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>