#82000D

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

Shades of Sangria #82000D

Tints of Sangria #82000D

Color information

#82000D (or 0x82000D) is unknown color: approx Sangria. HEX triplet: 82, 00 and 0D. RGB value is (130,0,13). Sum of RGB (Red+Green+Blue) = 130+0+13=143 (18% of max value = 765). Red value is 130 (51.17% from 255 or 90.91% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 130 - color contains mainly: red. Hex color #82000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82000D is #7DFFF2. Grayscale: #282828. Windows color (decimal): -8257523 or 852098. OLE color: 852098.

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

Color convert

RGB130013-
CMYK010.90.49
HSL354º100%25.49%-
HSV(B)354º100%50.98%-
XYZ9.284.770.81-
YUV40.35112.57191.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 90.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=90.91%
G=0%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130013010.90.4935410025.49
Hex820D0645A311626419
Octal20201501441326154214431
Binary1000001001101011001001011010110001101100010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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