#783030

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

Shades of Lusty #783030

Tints of Lusty #783030

Color information

#783030 (or 0x783030) is unknown color: approx Lusty. HEX triplet: 78, 30 and 30. RGB value is (120,48,48). Sum of RGB (Red+Green+Blue) = 120+48+48=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #783030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783030 is #87CFCF. Grayscale: #454545. Windows color (decimal): -8900560 or 3158136. OLE color: 3158136.

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

Color convert

RGB1204848-
CMYK00.600.600.53
HSL42.86%32.94%-
HSV(B)60%47.06%-
XYZ9.346.323.52-
YUV69.53115.85164-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=55.56%
G=22.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120484800.600.600.53042.8632.94
Hex78303003C3C3502b21
Octal1706060074746505341
Binary111100011000011000001111001111001101010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783030; }

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

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

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

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

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

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

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

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