#742522

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

Shades of Lusty #742522

Tints of Lusty #742522

Color information

#742522 (or 0x742522) is unknown color: approx Lusty. HEX triplet: 74, 25 and 22. RGB value is (116,37,34). Sum of RGB (Red+Green+Blue) = 116+37+34=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #742522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742522 is #8BDADD. Grayscale: #3C3C3C. Windows color (decimal): -9165534 or 2237812. OLE color: 2237812.

HSL color Cylindrical-coordinate representation of color #742522: hue angle of 2.2º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742522 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1163734-
CMYK00.680.710.55
HSL2.2º54.67%29.41%-
HSV(B)2.2º70.69%45.49%-
XYZ8.155.152.08-
YUV60.28113.17167.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=62.03%
G=19.79%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116373400.680.710.552.254.6729.41
Hex74252204447372371d
Octal164454201041076726735
Binary11101001001011000100100010010001111101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742522; }

 p { color: rgb(116,37,34); }

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

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

 a { background-color: rgb(116,37,34); }

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

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

 span { border-color: rgb(116,37,34); }

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