#783232

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

Shades of Lusty #783232

Tints of Lusty #783232

Color information

#783232 (or 0x783232) is unknown color: approx Lusty. HEX triplet: 78, 32 and 32. RGB value is (120,50,50). Sum of RGB (Red+Green+Blue) = 120+50+50=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #783232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783232 is #87CDCD. Grayscale: #474747. Windows color (decimal): -8900046 or 3289720. OLE color: 3289720.

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

Color convert

RGB1205050-
CMYK00.580.580.53
HSL41.18%33.33%-
HSV(B)58.33%47.06%-
XYZ9.466.53.77-
YUV70.93116.19163-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.55%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=54.55%
G=22.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120505000.580.580.53041.1833.33
Hex78323203A3A3502921
Octal1706262072726505141
Binary111100011001011001001110101110101101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783232; }

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

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

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

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

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

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

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

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