#7D2F28

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

Shades of Lusty #7D2F28

Tints of Lusty #7D2F28

Color information

#7D2F28 (or 0x7D2F28) is unknown color: approx Lusty. HEX triplet: 7D, 2F and 28. RGB value is (125,47,40). Sum of RGB (Red+Green+Blue) = 125+47+40=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F28 is #82D0D7. Grayscale: #454545. Windows color (decimal): -8573144 or 2633597. OLE color: 2633597.

HSL color Cylindrical-coordinate representation of color #7D2F28: hue angle of 4.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2F28 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1254740-
CMYK00.620.680.51
HSL4.94º51.52%32.35%-
HSV(B)4.94º68%49.02%-
XYZ9.866.552.75-
YUV69.52111.34167.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.96%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=58.96%
G=22.17%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125474000.620.680.514.9451.5232.35
Hex7D2F2803E443353420
Octal17557500761046356440
Binary111110110111110100001111101000100110011101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,47,40); }

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

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

 a { background-color: rgb(125,47,40); }

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

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

 span { border-color: rgb(125,47,40); }

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