#7A352B

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

Shades of Lusty #7A352B

Tints of Lusty #7A352B

Color information

#7A352B (or 0x7A352B) is unknown color: approx Lusty. HEX triplet: 7A, 35 and 2B. RGB value is (122,53,43). Sum of RGB (Red+Green+Blue) = 122+53+43=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A352B is #85CAD4. Grayscale: #484848. Windows color (decimal): -8768213 or 2831738. OLE color: 2831738.

HSL color Cylindrical-coordinate representation of color #7A352B: hue angle of 7.59º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A352B is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB1225343-
CMYK00.570.650.52
HSL7.59º47.88%32.35%-
HSV(B)7.59º64.75%47.84%-
XYZ9.746.863.1-
YUV72.49111.36163.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=55.96%
G=24.31%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122534300.570.650.527.5947.8832.35
Hex7A352B039413483020
Octal172655307110164106040
Binary1111010110101101011011100110000011101001000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,53,43); }

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

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

 a { background-color: rgb(122,53,43); }

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

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

 span { border-color: rgb(122,53,43); }

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