#782B24

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

Shades of Lusty #782B24

Tints of Lusty #782B24

Color information

#782B24 (or 0x782B24) is unknown color: approx Lusty. HEX triplet: 78, 2B and 24. RGB value is (120,43,36). Sum of RGB (Red+Green+Blue) = 120+43+36=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #782B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B24 is #87D4DB. Grayscale: #414141. Windows color (decimal): -8901852 or 2370424. OLE color: 2370424.

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

Color convert

RGB1204336-
CMYK00.640.70.53
HSL53.85%30.59%-
HSV(B)70%47.06%-
XYZ8.935.852.33-
YUV65.22111.51167.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=60.30%
G=21.61%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120433600.640.70.53553.8530.59
Hex782B2404046355361f
Octal170534401001066556637
Binary111100010101110010001000000100011011010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,36); }

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

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

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

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

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

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

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