#7A2524

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

Shades of Lusty #7A2524

Tints of Lusty #7A2524

Color information

#7A2524 (or 0x7A2524) is unknown color: approx Lusty. HEX triplet: 7A, 25 and 24. RGB value is (122,37,36). Sum of RGB (Red+Green+Blue) = 122+37+36=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2524 is #85DADB. Grayscale: #3E3E3E. Windows color (decimal): -8772316 or 2368890. OLE color: 2368890.

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

Color convert

RGB1223736-
CMYK00.700.700.52
HSL0.7º54.43%30.98%-
HSV(B)0.7º70.49%47.84%-
XYZ9.015.592.27-
YUV62.3113.16170.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=62.56%
G=18.97%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122373600.700.700.520.754.4330.98
Hex7A252404646341361f
Octal172454401061066416637
Binary1111010100101100100010001101000110110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,36); }

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

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

 a { background-color: rgb(122,37,36); }

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

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

 span { border-color: rgb(122,37,36); }

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