#820006

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

Shades of Sangria #820006

Tints of Sangria #820006

Color information

#820006 (or 0x820006) is unknown color: approx Sangria. HEX triplet: 82, 00 and 06. RGB value is (130,0,6). Sum of RGB (Red+Green+Blue) = 130+0+6=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820006 is #7DFFF9. Grayscale: #272727. Windows color (decimal): -8257530 or 393346. OLE color: 393346.

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

Color convert

RGB13006-
CMYK010.950.49
HSL357.23º100%25.49%-
HSV(B)357.23º100%50.98%-
XYZ9.244.760.6-
YUV39.55109.07192.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 95.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=95.59%
G=0%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13006010.950.49357.2310025.49
Hex82060645F311656419
Octal2020601441376154514431
Binary100000100110011001001011111110001101100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820006; }

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

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

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

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

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

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

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

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