#7F302D

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

Shades of Lusty #7F302D

Tints of Lusty #7F302D

Color information

#7F302D (or 0x7F302D) is unknown color: approx Lusty. HEX triplet: 7F, 30 and 2D. RGB value is (127,48,45). Sum of RGB (Red+Green+Blue) = 127+48+45=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F302D is #80CFD2. Grayscale: #474747. Windows color (decimal): -8441811 or 2961535. OLE color: 2961535.

HSL color Cylindrical-coordinate representation of color #7F302D: hue angle of 2.2º 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 #7F302D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1274845-
CMYK00.620.650.50
HSL2.2º47.67%33.73%-
HSV(B)2.2º64.57%49.8%-
XYZ10.286.823.26-
YUV71.28113.17167.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.73%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=57.73%
G=21.82%
B=20.45%

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
Decimal127484500.620.650.502.247.6733.73
Hex7F302D03E413223022
Octal17760550761016226042
Binary11111111100001011010111110100000111001010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F302D; }

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

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

<style>
 a { background-color: #7F302D; }

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

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

<style>
 span { border-color: #7F302D; }

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

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