#782D2C

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

Shades of Lusty #782D2C

Tints of Lusty #782D2C

Color information

#782D2C (or 0x782D2C) is unknown color: approx Lusty. HEX triplet: 78, 2D and 2C. RGB value is (120,45,44). Sum of RGB (Red+Green+Blue) = 120+45+44=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #782D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D2C is #87D2D3. Grayscale: #434343. Windows color (decimal): -8901332 or 2895224. OLE color: 2895224.

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

Color convert

RGB1204544-
CMYK00.630.630.53
HSL0.79º46.34%32.16%-
HSV(B)0.79º63.33%47.06%-
XYZ9.146.053.07-
YUV67.31114.85165.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=57.42%
G=21.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120454400.630.630.530.7946.3432.16
Hex782D2C03F3F3512e20
Octal1705554077776515640
Binary111100010110110110001111111111111101011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782D2C; }

 p { color: rgb(120,45,44); }

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

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

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

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

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

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

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