#82030D

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

Shades of Sangria #82030D

Tints of Sangria #82030D

Color information

#82030D (or 0x82030D) is unknown color: approx Sangria. HEX triplet: 82, 03 and 0D. RGB value is (130,3,13). Sum of RGB (Red+Green+Blue) = 130+3+13=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #82030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82030D is #7DFCF2. Grayscale: #2A2A2A. Windows color (decimal): -8256755 or 852866. OLE color: 852866.

HSL color Cylindrical-coordinate representation of color #82030D: hue angle of 355.28º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82030D is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB130313-
CMYK00.980.90.49
HSL355.28º95.49%26.08%-
HSV(B)355.28º97.69%50.98%-
XYZ9.314.840.82-
YUV42.11111.58190.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 89.04%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=89.04%
G=2.05%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13031300.980.90.49355.2895.4926.08
Hex823D0625A311635f1a
Octal20231501421326154313732
Binary10000010111101011000101011010110001101100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82030D; }

 p { color: rgb(130,3,13); }

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

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

 a { background-color: rgb(130,3,13); }

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

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

 span { border-color: rgb(130,3,13); }

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