#782824

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

Shades of Lusty #782824

Tints of Lusty #782824

Color information

#782824 (or 0x782824) is unknown color: approx Lusty. HEX triplet: 78, 28 and 24. RGB value is (120,40,36). Sum of RGB (Red+Green+Blue) = 120+40+36=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #782824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782824 is #87D7DB. Grayscale: #3F3F3F. Windows color (decimal): -8902620 or 2369656. OLE color: 2369656.

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

Color convert

RGB1204036-
CMYK00.670.70.53
HSL2.86º53.85%30.59%-
HSV(B)2.86º70%47.06%-
XYZ8.825.642.29-
YUV63.46112.5168.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=61.22%
G=20.41%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120403600.670.70.532.8653.8530.59
Hex78282404346353361f
Octal170504401031066536637
Binary11110001010001001000100001110001101101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782824; }

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

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

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

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

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

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

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

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