#80302D

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

Shades of Lusty #80302D

Tints of Lusty #80302D

Color information

#80302D (or 0x80302D) is unknown color: approx Lusty. HEX triplet: 80, 30 and 2D. RGB value is (128,48,45). Sum of RGB (Red+Green+Blue) = 128+48+45=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80302D is #7FCFD2. Grayscale: #474747. Windows color (decimal): -8376275 or 2961536. OLE color: 2961536.

HSL color Cylindrical-coordinate representation of color #80302D: hue angle of 2.17º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80302D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1284845-
CMYK00.620.650.50
HSL2.17º47.98%33.92%-
HSV(B)2.17º64.84%50.2%-
XYZ10.436.893.26-
YUV71.58113168.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.92%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=57.92%
G=21.72%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128484500.620.650.502.1747.9833.92
Hex80302D03E413223022
Octal20060550761016226042
Binary100000001100001011010111110100000111001010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80302D; }

 p { color: rgb(128,48,45); }

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

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

 a { background-color: rgb(128,48,45); }

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

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

 span { border-color: rgb(128,48,45); }

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