#783130

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

Shades of Lusty #783130

Tints of Lusty #783130

Color information

#783130 (or 0x783130) is unknown color: approx Lusty. HEX triplet: 78, 31 and 30. RGB value is (120,49,48). Sum of RGB (Red+Green+Blue) = 120+49+48=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #783130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783130 is #87CECF. Grayscale: #464646. Windows color (decimal): -8900304 or 3158392. OLE color: 3158392.

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

Color convert

RGB1204948-
CMYK00.590.600.53
HSL0.83º42.86%32.94%-
HSV(B)0.83º60%47.06%-
XYZ9.386.43.54-
YUV70.11115.52163.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.30%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=55.30%
G=22.58%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120494800.590.600.530.8342.8632.94
Hex78313003B3C3512b21
Octal1706160073746515341
Binary111100011000111000001110111111001101011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783130; }

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

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

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

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

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

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

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

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