#742828

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

Shades of Lusty #742828

Tints of Lusty #742828

Color information

#742828 (or 0x742828) is unknown color: approx Lusty. HEX triplet: 74, 28 and 28. RGB value is (116,40,40). Sum of RGB (Red+Green+Blue) = 116+40+40=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742828 is #8BD7D7. Grayscale: #3E3E3E. Windows color (decimal): -9164760 or 2631796. OLE color: 2631796.

HSL color Cylindrical-coordinate representation of color #742828: hue angle of 0º 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 #742828 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1164040-
CMYK00.660.660.55
HSL48.72%30.59%-
HSV(B)65.52%45.49%-
XYZ8.345.382.61-
YUV62.72115.18166-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=59.18%
G=20.41%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116404000.660.660.55048.7230.59
Hex74282804242370311f
Octal164505001021026706137
Binary1110100101000101000010000101000010110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742828; }

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

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

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

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

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

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

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

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