#820007

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

Shades of Sangria #820007

Tints of Sangria #820007

Color information

#820007 (or 0x820007) is unknown color: approx Sangria. HEX triplet: 82, 00 and 07. RGB value is (130,0,7). Sum of RGB (Red+Green+Blue) = 130+0+7=137 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.89% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 130 - color contains mainly: red. Hex color #820007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820007 is #7DFFF8. Grayscale: #272727. Windows color (decimal): -8257529 or 458882. OLE color: 458882.

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

Color convert

RGB13007-
CMYK010.950.49
HSL356.77º100%25.49%-
HSV(B)356.77º100%50.98%-
XYZ9.244.760.63-
YUV39.67109.57192.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 94.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=94.89%
G=0%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13007010.950.49356.7710025.49
Hex82070645F311656419
Octal2020701441376154514431
Binary100000100111011001001011111110001101100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820007; }

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

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

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

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

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

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

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

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