#782421

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

Shades of Lusty #782421

Tints of Lusty #782421

Color information

#782421 (or 0x782421) is unknown color: approx Lusty. HEX triplet: 78, 24 and 21. RGB value is (120,36,33). Sum of RGB (Red+Green+Blue) = 120+36+33=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #782421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782421 is #87DBDE. Grayscale: #3C3C3C. Windows color (decimal): -8903647 or 2172024. OLE color: 2172024.

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

Color convert

RGB1203633-
CMYK00.70.720.53
HSL2.07º56.86%30%-
HSV(B)2.07º72.5%47.06%-
XYZ8.655.362.02-
YUV60.77112.33170.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=63.49%
G=19.05%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120363300.70.720.532.0756.8630
Hex78242104648352391e
Octal170444101061106527136
Binary11110001001001000010100011010010001101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782421; }

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

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

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

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

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

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

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

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