#820607

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

Shades of Sangria #820607

Tints of Sangria #820607

Color information

#820607 (or 0x820607) is unknown color: approx Sangria. HEX triplet: 82, 06 and 07. RGB value is (130,6,7). Sum of RGB (Red+Green+Blue) = 130+6+7=143 (18% of max value = 765). Red value is 130 (51.17% from 255 or 90.91% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 130 - color contains mainly: red. Hex color #820607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820607 is #7DF9F8. Grayscale: #2B2B2B. Windows color (decimal): -8255993 or 460418. OLE color: 460418.

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

Color convert

RGB13067-
CMYK00.950.950.49
HSL359.52º91.18%26.67%-
HSV(B)359.52º95.38%50.98%-
XYZ9.314.890.65-
YUV43.19107.58189.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 90.91%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=90.91%
G=4.20%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306700.950.950.49359.5291.1826.67
Hex826705F5F311685b1b
Octal2026701371376155013333
Binary10000010110111010111111011111110001101101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820607; }

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

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

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

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

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

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

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

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