#742D2D

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

Shades of Lusty #742D2D

Tints of Lusty #742D2D

Color information

#742D2D (or 0x742D2D) is unknown color: approx Lusty. HEX triplet: 74, 2D and 2D. RGB value is (116,45,45). Sum of RGB (Red+Green+Blue) = 116+45+45=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D2D is #8BD2D2. Grayscale: #424242. Windows color (decimal): -9163475 or 2960756. OLE color: 2960756.

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

Color convert

RGB1164545-
CMYK00.610.610.55
HSL44.1%31.57%-
HSV(B)61.21%45.49%-
XYZ8.615.783.14-
YUV66.23116.02163.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=56.31%
G=21.84%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116454500.610.610.55044.131.57
Hex742D2D03D3D3702c20
Octal1645555075756705440
Binary111010010110110110101111011111011101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,45,45); }

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

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

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

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

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

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

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