#82090A

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

Shades of Sangria #82090A

Tints of Sangria #82090A

Color information

#82090A (or 0x82090A) is unknown color: approx Sangria. HEX triplet: 82, 09 and 0A. RGB value is (130,9,10). Sum of RGB (Red+Green+Blue) = 130+9+10=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #82090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82090A is #7DF6F5. Grayscale: #2D2D2D. Windows color (decimal): -8255222 or 657794. OLE color: 657794.

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

Color convert

RGB130910-
CMYK00.930.920.49
HSL359.5º87.05%27.25%-
HSV(B)359.5º93.08%50.98%-
XYZ9.364.960.75-
YUV45.29108.09188.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.25%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=87.25%
G=6.04%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13091000.930.920.49359.587.0527.25
Hex829A05D5C31168571b
Octal202111201351346155012733
Binary1000001010011010010111011011100110001101101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82090A; }

 p { color: rgb(130,9,10); }

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

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

 a { background-color: rgb(130,9,10); }

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

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

 span { border-color: rgb(130,9,10); }

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