#792821

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

Shades of Lusty #792821

Tints of Lusty #792821

Color information

#792821 (or 0x792821) is unknown color: approx Lusty. HEX triplet: 79, 28 and 21. RGB value is (121,40,33). Sum of RGB (Red+Green+Blue) = 121+40+33=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #792821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792821 is #86D7DE. Grayscale: #3F3F3F. Windows color (decimal): -8837087 or 2173049. OLE color: 2173049.

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

Color convert

RGB1214033-
CMYK00.670.730.53
HSL4.77º57.14%30.2%-
HSV(B)4.77º72.73%47.45%-
XYZ8.925.692.07-
YUV63.42110.84169.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=62.37%
G=20.62%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121403300.670.730.534.7757.1430.2
Hex79282104349355391e
Octal171504101031116557136
Binary111100110100010000101000011100100111010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792821; }

 p { color: rgb(121,40,33); }

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

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

 a { background-color: rgb(121,40,33); }

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

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

 span { border-color: rgb(121,40,33); }

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