#783531

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

Shades of Lusty #783531

Tints of Lusty #783531

Color information

#783531 (or 0x783531) is unknown color: approx Lusty. HEX triplet: 78, 35 and 31. RGB value is (120,53,49). Sum of RGB (Red+Green+Blue) = 120+53+49=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #783531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783531 is #87CACE. Grayscale: #484848. Windows color (decimal): -8899279 or 3224952. OLE color: 3224952.

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

Color convert

RGB1205349-
CMYK00.560.590.53
HSL3.38º42.01%33.14%-
HSV(B)3.38º59.17%47.06%-
XYZ9.576.763.71-
YUV72.58114.7161.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=54.05%
G=23.87%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120534900.560.590.533.3842.0133.14
Hex7835310383B3532a21
Octal1706561070736535241
Binary1111000110101110001011100011101111010111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783531; }

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

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

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

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

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

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

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

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