#82040A

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

Shades of Sangria #82040A

Tints of Sangria #82040A

Color information

#82040A (or 0x82040A) is unknown color: approx Sangria. HEX triplet: 82, 04 and 0A. RGB value is (130,4,10). Sum of RGB (Red+Green+Blue) = 130+4+10=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #82040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82040A is #7DFBF5. Grayscale: #2A2A2A. Windows color (decimal): -8256502 or 656514. OLE color: 656514.

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

Color convert

RGB130410-
CMYK00.970.920.49
HSL357.14º94.03%26.27%-
HSV(B)357.14º96.92%50.98%-
XYZ9.34.850.73-
YUV42.36109.74190.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 90.28%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=90.28%
G=2.78%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13041000.970.920.49357.1494.0326.27
Hex824A0615C311655e1a
Octal20241201411346154513632
Binary100000101001010011000011011100110001101100101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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