#782B21

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

Shades of Lusty #782B21

Tints of Lusty #782B21

Color information

#782B21 (or 0x782B21) is unknown color: approx Lusty. HEX triplet: 78, 2B and 21. RGB value is (120,43,33). Sum of RGB (Red+Green+Blue) = 120+43+33=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #782B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B21 is #87D4DE. Grayscale: #414141. Windows color (decimal): -8901855 or 2173816. OLE color: 2173816.

HSL color Cylindrical-coordinate representation of color #782B21: hue angle of 6.9º 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 #782B21 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1204333-
CMYK00.640.720.53
HSL6.9º56.86%30%-
HSV(B)6.9º72.5%47.06%-
XYZ8.885.832.1-
YUV64.88110.01167.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=61.22%
G=21.94%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120433300.640.720.536.956.8630
Hex782B2104048357391e
Octal170534101001106577136
Binary111100010101110000101000000100100011010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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