#782321

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

Shades of Lusty #782321

Tints of Lusty #782321

Color information

#782321 (or 0x782321) is unknown color: approx Lusty. HEX triplet: 78, 23 and 21. RGB value is (120,35,33). Sum of RGB (Red+Green+Blue) = 120+35+33=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #782321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782321 is #87DCDE. Grayscale: #3C3C3C. Windows color (decimal): -8903903 or 2171768. OLE color: 2171768.

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

Color convert

RGB1203533-
CMYK00.710.720.53
HSL1.38º56.86%30%-
HSV(B)1.38º72.5%47.06%-
XYZ8.625.32.01-
YUV60.19112.66170.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=63.83%
G=18.62%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120353300.710.720.531.3856.8630
Hex78232104748351391e
Octal170434101071106517136
Binary1111000100011100001010001111001000110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782321; }

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

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

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

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

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

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

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

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