#7D3126

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

Shades of Lusty #7D3126

Tints of Lusty #7D3126

Color information

#7D3126 (or 0x7D3126) is unknown color: approx Lusty. HEX triplet: 7D, 31 and 26. RGB value is (125,49,38). Sum of RGB (Red+Green+Blue) = 125+49+38=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3126 is #82CED9. Grayscale: #464646. Windows color (decimal): -8572634 or 2503037. OLE color: 2503037.

HSL color Cylindrical-coordinate representation of color #7D3126: hue angle of 7.59º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3126 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1254938-
CMYK00.610.700.51
HSL7.59º53.37%31.96%-
HSV(B)7.59º69.6%49.02%-
XYZ9.916.72.6-
YUV70.47109.68166.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.96%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=58.96%
G=23.11%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125493800.610.700.517.5953.3731.96
Hex7D312603D463383520
Octal175614607510663106540
Binary1111101110001100110011110110001101100111000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,49,38); }

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

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

 a { background-color: rgb(125,49,38); }

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

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

 span { border-color: rgb(125,49,38); }

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