#782420

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

Shades of Lusty #782420

Tints of Lusty #782420

Color information

#782420 (or 0x782420) is unknown color: approx Lusty. HEX triplet: 78, 24 and 20. RGB value is (120,36,32). Sum of RGB (Red+Green+Blue) = 120+36+32=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #782420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782420 is #87DBDF. Grayscale: #3C3C3C. Windows color (decimal): -8903648 or 2106488. OLE color: 2106488.

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

Color convert

RGB1203632-
CMYK00.70.730.53
HSL2.73º57.89%29.8%-
HSV(B)2.73º73.33%47.06%-
XYZ8.645.361.95-
YUV60.66111.83170.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=63.83%
G=19.15%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120363200.70.730.532.7357.8929.8
Hex782420046493533a1e
Octal170444001061116537236
Binary11110001001001000000100011010010011101011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782420; }

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

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

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

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

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

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

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

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