#821113

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

Shades of Sangria #821113

Tints of Sangria #821113

Color information

#821113 (or 0x821113) is unknown color: approx Sangria. HEX triplet: 82, 11 and 13. RGB value is (130,17,19). Sum of RGB (Red+Green+Blue) = 130+17+19=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821113 is #7DEEEC. Grayscale: #333333. Windows color (decimal): -8253165 or 1249666. OLE color: 1249666.

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

Color convert

RGB1301719-
CMYK00.870.850.49
HSL358.94º76.87%28.82%-
HSV(B)358.94º86.92%50.98%-
XYZ9.525.191.12-
YUV51.01109.94184.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=78.31%
G=10.24%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130171900.870.850.49358.9476.8728.82
Hex82111305755311674d1d
Octal202212301271256154711535
Binary100000101000110011010101111010101110001101100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821113; }

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

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

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

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

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

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

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

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