#792621

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

Shades of Lusty #792621

Tints of Lusty #792621

Color information

#792621 (or 0x792621) is unknown color: approx Lusty. HEX triplet: 79, 26 and 21. RGB value is (121,38,33). Sum of RGB (Red+Green+Blue) = 121+38+33=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #792621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792621 is #86D9DE. Grayscale: #3E3E3E. Windows color (decimal): -8837599 or 2172537. OLE color: 2172537.

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

Color convert

RGB1213833-
CMYK00.690.730.53
HSL3.41º57.14%30.2%-
HSV(B)3.41º72.73%47.45%-
XYZ8.855.562.05-
YUV62.25111.5169.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=63.02%
G=19.79%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121383300.690.730.533.4157.1430.2
Hex79262104549353391e
Octal171464101051116537136
Binary11110011001101000010100010110010011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792621; }

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

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

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

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

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

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

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

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