#782621

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

Shades of Lusty #782621

Tints of Lusty #782621

Color information

#782621 (or 0x782621) is unknown color: approx Lusty. HEX triplet: 78, 26 and 21. RGB value is (120,38,33). Sum of RGB (Red+Green+Blue) = 120+38+33=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #782621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782621 is #87D9DE. Grayscale: #3E3E3E. Windows color (decimal): -8903135 or 2172536. OLE color: 2172536.

HSL color Cylindrical-coordinate representation of color #782621: hue angle of 3.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782621 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1203833-
CMYK00.680.720.53
HSL3.45º56.86%30%-
HSV(B)3.45º72.5%47.06%-
XYZ8.715.492.04-
YUV61.95111.67169.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=62.83%
G=19.90%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120383300.680.720.533.4556.8630
Hex78262104448353391e
Octal170464101041106537136
Binary11110001001101000010100010010010001101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782621; }

 p { color: rgb(120,38,33); }

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

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

 a { background-color: rgb(120,38,33); }

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

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

 span { border-color: rgb(120,38,33); }

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