#821115

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

Shades of Sangria #821115

Tints of Sangria #821115

Color information

#821115 (or 0x821115) is unknown color: approx Sangria. HEX triplet: 82, 11 and 15. RGB value is (130,17,21). Sum of RGB (Red+Green+Blue) = 130+17+21=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #821115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821115 is #7DEEEA. Grayscale: #333333. Windows color (decimal): -8253163 or 1380738. OLE color: 1380738.

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

Color convert

RGB1301721-
CMYK00.870.840.49
HSL357.88º76.87%28.82%-
HSV(B)357.88º86.92%50.98%-
XYZ9.545.21.21-
YUV51.24110.94184.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.38%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=77.38%
G=10.12%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130172100.870.840.49357.8876.8728.82
Hex82111505754311664d1d
Octal202212501271246154611535
Binary100000101000110101010101111010100110001101100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821115; }

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

 H1.HeaderClassName
 {
   color: #821115;
 }
 .AnyTagClassName
 {
   color: #821115;
 }
</style>
background-color css

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

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

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

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

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

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