#782424

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

Shades of Lusty #782424

Tints of Lusty #782424

Color information

#782424 (or 0x782424) is unknown color: approx Lusty. HEX triplet: 78, 24 and 24. RGB value is (120,36,36). Sum of RGB (Red+Green+Blue) = 120+36+36=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #782424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782424 is #87DBDB. Grayscale: #3D3D3D. Windows color (decimal): -8903644 or 2368632. OLE color: 2368632.

HSL color Cylindrical-coordinate representation of color #782424: hue angle of 0º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782424 is Cyan = 0, Magento = 0.7, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1203636-
CMYK00.70.70.53
HSL53.85%30.59%-
HSV(B)70%47.06%-
XYZ8.75.382.25-
YUV61.12113.83170-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.5%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120363600.70.70.53053.8530.59
Hex78242404646350361f
Octal170444401061066506637
Binary1111000100100100100010001101000110110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782424; }

 p { color: rgb(120,36,36); }

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

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

 a { background-color: rgb(120,36,36); }

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

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

 span { border-color: rgb(120,36,36); }

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