#82302A

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

Shades of Lusty #82302A

Tints of Lusty #82302A

Color information

#82302A (or 0x82302A) is unknown color: approx Lusty. HEX triplet: 82, 30 and 2A. RGB value is (130,48,42). Sum of RGB (Red+Green+Blue) = 130+48+42=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #82302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82302A is #7DCFD5. Grayscale: #474747. Windows color (decimal): -8245206 or 2764930. OLE color: 2764930.

HSL color Cylindrical-coordinate representation of color #82302A: hue angle of 4.09º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82302A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1304842-
CMYK00.630.680.49
HSL4.09º51.16%33.73%-
HSV(B)4.09º67.69%50.98%-
XYZ10.687.032.98-
YUV71.83111.17169.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=59.09%
G=21.82%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130484200.630.680.494.0951.1633.73
Hex82302A03F443143322
Octal20260520771046146342
Binary1000001011000010101001111111000100110001100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,48,42); }

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

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

 a { background-color: rgb(130,48,42); }

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

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

 span { border-color: rgb(130,48,42); }

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