#742928

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

Shades of Lusty #742928

Tints of Lusty #742928

Color information

#742928 (or 0x742928) is unknown color: approx Lusty. HEX triplet: 74, 29 and 28. RGB value is (116,41,40). Sum of RGB (Red+Green+Blue) = 116+41+40=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742928 is #8BD6D7. Grayscale: #3F3F3F. Windows color (decimal): -9164504 or 2632052. OLE color: 2632052.

HSL color Cylindrical-coordinate representation of color #742928: hue angle of 0.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742928 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1164140-
CMYK00.650.660.55
HSL0.79º48.72%30.59%-
HSV(B)0.79º65.52%45.49%-
XYZ8.385.452.62-
YUV63.31114.85165.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=58.88%
G=20.81%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116414000.650.660.550.7948.7230.59
Hex74292804142371311f
Octal164515001011026716137
Binary1110100101001101000010000011000010110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742928; }

 p { color: rgb(116,41,40); }

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

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

 a { background-color: rgb(116,41,40); }

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

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

 span { border-color: rgb(116,41,40); }

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