#782422

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

Shades of Lusty #782422

Tints of Lusty #782422

Color information

#782422 (or 0x782422) is unknown color: approx Lusty. HEX triplet: 78, 24 and 22. RGB value is (120,36,34). Sum of RGB (Red+Green+Blue) = 120+36+34=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #782422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782422 is #87DBDD. Grayscale: #3C3C3C. Windows color (decimal): -8903646 or 2237560. OLE color: 2237560.

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

Color convert

RGB1203634-
CMYK00.70.720.53
HSL1.4º55.84%30.2%-
HSV(B)1.4º71.67%47.06%-
XYZ8.675.372.09-
YUV60.89112.83170.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 34 (13.67% from 255) = 17.89%
R=63.16%
G=18.95%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120363400.70.720.531.455.8430.2
Hex78242204648351381e
Octal170444201061106517036
Binary1111000100100100010010001101001000110101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782422; }

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

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

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

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

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

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

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

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