#820005

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

Shades of Sangria #820005

Tints of Sangria #820005

Color information

#820005 (or 0x820005) is unknown color: approx Sangria. HEX triplet: 82, 00 and 05. RGB value is (130,0,5). Sum of RGB (Red+Green+Blue) = 130+0+5=135 (17% of max value = 765). Red value is 130 (51.17% from 255 or 96.30% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 130 - color contains mainly: red. Hex color #820005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820005 is #7DFFFA. Grayscale: #272727. Windows color (decimal): -8257531 or 327810. OLE color: 327810.

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

Color convert

RGB13005-
CMYK010.960.49
HSL357.69º100%25.49%-
HSV(B)357.69º100%50.98%-
XYZ9.234.760.58-
YUV39.44108.57192.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 96.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=96.30%
G=0%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13005010.960.49357.6910025.49
Hex820506460311666419
Octal2020501441406154614431
Binary100000100101011001001100000110001101100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820005; }

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

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

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

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

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

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

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

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