#792C22

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

Shades of Lusty #792C22

Tints of Lusty #792C22

Color information

#792C22 (or 0x792C22) is unknown color: approx Lusty. HEX triplet: 79, 2C and 22. RGB value is (121,44,34). Sum of RGB (Red+Green+Blue) = 121+44+34=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #792C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792C22 is #86D3DD. Grayscale: #414141. Windows color (decimal): -8836062 or 2239609. OLE color: 2239609.

HSL color Cylindrical-coordinate representation of color #792C22: hue angle of 6.9º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792C22 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1214434-
CMYK00.640.720.53
HSL6.9º56.13%30.39%-
HSV(B)6.9º71.9%47.45%-
XYZ9.075.982.19-
YUV65.88110.01167.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=60.80%
G=22.11%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121443400.640.720.536.956.1330.39
Hex792C2204048357381e
Octal171544201001106577036
Binary111100110110010001001000000100100011010111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792C22; }

 p { color: rgb(121,44,34); }

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

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

 a { background-color: rgb(121,44,34); }

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

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

 span { border-color: rgb(121,44,34); }

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