#7C352D

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

Shades of Lusty #7C352D

Tints of Lusty #7C352D

Color information

#7C352D (or 0x7C352D) is unknown color: approx Lusty. HEX triplet: 7C, 35 and 2D. RGB value is (124,53,45). Sum of RGB (Red+Green+Blue) = 124+53+45=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C352D is #83CAD2. Grayscale: #494949. Windows color (decimal): -8637139 or 2962812. OLE color: 2962812.

HSL color Cylindrical-coordinate representation of color #7C352D: hue angle of 6.08º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C352D is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1245345-
CMYK00.570.640.51
HSL6.08º46.75%33.14%-
HSV(B)6.08º63.71%48.63%-
XYZ10.067.023.31-
YUV73.32112.02164.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.86%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=55.86%
G=23.87%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124534500.570.640.516.0846.7533.14
Hex7C352D039403362f21
Octal17465550711006365741
Binary111110011010110110101110011000000110011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,53,45); }

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

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

 a { background-color: rgb(124,53,45); }

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

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

 span { border-color: rgb(124,53,45); }

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