#742B29

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

Shades of Lusty #742B29

Tints of Lusty #742B29

Color information

#742B29 (or 0x742B29) is unknown color: approx Lusty. HEX triplet: 74, 2B and 29. RGB value is (116,43,41). Sum of RGB (Red+Green+Blue) = 116+43+41=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #742B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B29 is #8BD4D6. Grayscale: #404040. Windows color (decimal): -9163991 or 2698100. OLE color: 2698100.

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

Color convert

RGB1164341-
CMYK00.630.650.55
HSL1.6º47.77%30.78%-
HSV(B)1.6º64.66%45.49%-
XYZ8.475.62.73-
YUV64.6114.68164.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=58%
G=21.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116434100.630.650.551.647.7730.78
Hex742B2903F41372301f
Octal16453510771016726037
Binary1110100101011101001011111110000011101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742B29; }

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

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

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

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

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

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

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

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