#782C28

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

Shades of Lusty #782C28

Tints of Lusty #782C28

Color information

#782C28 (or 0x782C28) is unknown color: approx Lusty. HEX triplet: 78, 2C and 28. RGB value is (120,44,40). Sum of RGB (Red+Green+Blue) = 120+44+40=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #782C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C28 is #87D3D7. Grayscale: #424242. Windows color (decimal): -8901592 or 2632824. OLE color: 2632824.

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

Color convert

RGB1204440-
CMYK00.630.670.53
HSL50%31.37%-
HSV(B)66.67%47.06%-
XYZ9.035.952.68-
YUV66.27113.18166.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=58.82%
G=21.57%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120444000.630.670.5335031.37
Hex782C2803F43353321f
Octal17054500771036536237
Binary1111000101100101000011111110000111101011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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