#783530

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

Shades of Lusty #783530

Tints of Lusty #783530

Color information

#783530 (or 0x783530) is unknown color: approx Lusty. HEX triplet: 78, 35 and 30. RGB value is (120,53,48). Sum of RGB (Red+Green+Blue) = 120+53+48=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #783530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783530 is #87CACF. Grayscale: #484848. Windows color (decimal): -8899280 or 3159416. OLE color: 3159416.

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

Color convert

RGB1205348-
CMYK00.560.600.53
HSL4.17º42.86%32.94%-
HSV(B)4.17º60%47.06%-
XYZ9.556.753.6-
YUV72.46114.2161.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=54.30%
G=23.98%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120534800.560.600.534.1742.8632.94
Hex7835300383C3542b21
Octal1706560070746545341
Binary11110001101011100000111000111100110101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783530; }

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

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

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

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

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

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

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

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