#792421

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

Shades of Lusty #792421

Tints of Lusty #792421

Color information

#792421 (or 0x792421) is unknown color: approx Lusty. HEX triplet: 79, 24 and 21. RGB value is (121,36,33). Sum of RGB (Red+Green+Blue) = 121+36+33=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #792421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792421 is #86DBDE. Grayscale: #3D3D3D. Windows color (decimal): -8838111 or 2172025. OLE color: 2172025.

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

Color convert

RGB1213633-
CMYK00.700.730.53
HSL2.05º57.14%30.2%-
HSV(B)2.05º72.73%47.45%-
XYZ8.795.442.02-
YUV61.07112.16170.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.68%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=63.68%
G=18.95%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121363300.700.730.532.0557.1430.2
Hex79242104649352391e
Octal171444101061116527136
Binary11110011001001000010100011010010011101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792421; }

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

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

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

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

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

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

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

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