#782A29

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

Shades of Lusty #782A29

Tints of Lusty #782A29

Color information

#782A29 (or 0x782A29) is unknown color: approx Lusty. HEX triplet: 78, 2A and 29. RGB value is (120,42,41). Sum of RGB (Red+Green+Blue) = 120+42+41=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #782A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A29 is #87D5D6. Grayscale: #414141. Windows color (decimal): -8902103 or 2697848. OLE color: 2697848.

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

Color convert

RGB1204241-
CMYK00.650.660.53
HSL0.76º49.07%31.57%-
HSV(B)0.76º65.83%47.06%-
XYZ8.975.812.75-
YUV65.21114.34167.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=59.11%
G=20.69%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120424100.650.660.530.7649.0731.57
Hex782A29041423513120
Octal170525101011026516140
Binary11110001010101010010100000110000101101011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,42,41); }

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

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

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

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

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

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

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