#782322

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

Shades of Lusty #782322

Tints of Lusty #782322

Color information

#782322 (or 0x782322) is unknown color: approx Lusty. HEX triplet: 78, 23 and 22. RGB value is (120,35,34). Sum of RGB (Red+Green+Blue) = 120+35+34=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #782322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782322 is #87DCDD. Grayscale: #3C3C3C. Windows color (decimal): -8903902 or 2237304. OLE color: 2237304.

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

Color convert

RGB1203534-
CMYK00.710.720.53
HSL0.7º55.84%30.2%-
HSV(B)0.7º71.67%47.06%-
XYZ8.645.312.08-
YUV60.3113.16170.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=63.49%
G=18.52%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120353400.710.720.530.755.8430.2
Hex78232204748351381e
Octal170434201071106517036
Binary1111000100011100010010001111001000110101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782322; }

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

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

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

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

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

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

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

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