#82090C

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

Shades of Sangria #82090C

Tints of Sangria #82090C

Color information

#82090C (or 0x82090C) is unknown color: approx Sangria. HEX triplet: 82, 09 and 0C. RGB value is (130,9,12). Sum of RGB (Red+Green+Blue) = 130+9+12=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #82090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82090C is #7DF6F3. Grayscale: #2D2D2D. Windows color (decimal): -8255220 or 788866. OLE color: 788866.

HSL color Cylindrical-coordinate representation of color #82090C: hue angle of 358.51º 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 #82090C is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB130912-
CMYK00.930.910.49
HSL358.51º87.05%27.25%-
HSV(B)358.51º93.08%50.98%-
XYZ9.374.970.81-
YUV45.52109.09188.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 86.09%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=86.09%
G=5.96%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13091200.930.910.49358.5187.0527.25
Hex829C05D5B31167571b
Octal202111401351336154712733
Binary1000001010011100010111011011011110001101100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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