#820E13

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

Shades of Sangria #820E13

Tints of Sangria #820E13

Color information

#820E13 (or 0x820E13) is unknown color: approx Sangria. HEX triplet: 82, 0E and 13. RGB value is (130,14,19). Sum of RGB (Red+Green+Blue) = 130+14+19=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E13 is #7DF1EC. Grayscale: #313131. Windows color (decimal): -8253933 or 1248898. OLE color: 1248898.

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

Color convert

RGB1301419-
CMYK00.890.850.49
HSL357.41º80.56%28.24%-
HSV(B)357.41º89.23%50.98%-
XYZ9.485.111.1-
YUV49.25110.93185.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=79.75%
G=8.59%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130141900.890.850.49357.4180.5628.24
Hex82E130595531165511c
Octal202162301311256154512134
Binary10000010111010011010110011010101110001101100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820E13; }

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

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

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

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

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

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

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

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