#821314

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

Shades of Sangria #821314

Tints of Sangria #821314

Color information

#821314 (or 0x821314) is unknown color: approx Sangria. HEX triplet: 82, 13 and 14. RGB value is (130,19,20). Sum of RGB (Red+Green+Blue) = 130+19+20=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821314 is #7DECEB. Grayscale: #343434. Windows color (decimal): -8252652 or 1315714. OLE color: 1315714.

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

Color convert

RGB1301920-
CMYK00.850.850.49
HSL359.46º74.5%29.22%-
HSV(B)359.46º85.38%50.98%-
XYZ9.575.261.17-
YUV52.3109.77183.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.92%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=76.92%
G=11.24%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130192000.850.850.49359.4674.529.22
Hex82131405555311674a1d
Octal202232401251256154711235
Binary100000101001110100010101011010101110001101100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821314; }

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

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

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

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

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

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

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

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