#783535

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

Shades of Lusty #783535

Tints of Lusty #783535

Color information

#783535 (or 0x783535) is unknown color: approx Lusty. HEX triplet: 78, 35 and 35. RGB value is (120,53,53). Sum of RGB (Red+Green+Blue) = 120+53+53=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #783535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783535 is #87CACA. Grayscale: #494949. Windows color (decimal): -8899275 or 3487096. OLE color: 3487096.

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

Color convert

RGB1205353-
CMYK00.560.560.53
HSL38.73%33.92%-
HSV(B)55.83%47.06%-
XYZ9.666.84.17-
YUV73.03116.7161.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=53.10%
G=23.45%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120535300.560.560.53038.7333.92
Hex783535038383502722
Octal1706565070706504742
Binary111100011010111010101110001110001101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783535; }

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

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

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

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

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

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

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

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