#7D2C23

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

Shades of Lusty #7D2C23

Tints of Lusty #7D2C23

Color information

#7D2C23 (or 0x7D2C23) is unknown color: approx Lusty. HEX triplet: 7D, 2C and 23. RGB value is (125,44,35). Sum of RGB (Red+Green+Blue) = 125+44+35=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2C23 is #82D3DC. Grayscale: #434343. Windows color (decimal): -8573917 or 2305149. OLE color: 2305149.

HSL color Cylindrical-coordinate representation of color #7D2C23: hue angle of 6º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2C23 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB1254435-
CMYK00.650.720.51
HSL56.25%31.37%-
HSV(B)72%49.02%-
XYZ9.666.282.29-
YUV67.19109.84169.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 61.27%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=61.27%
G=21.57%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125443500.650.720.51656.2531.37
Hex7D2C2304148336381f
Octal175544301011106367037
Binary111110110110010001101000001100100011001111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,44,35); }

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

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

 a { background-color: rgb(125,44,35); }

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

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

 span { border-color: rgb(125,44,35); }

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