#792923

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

Shades of Lusty #792923

Tints of Lusty #792923

Color information

#792923 (or 0x792923) is unknown color: approx Lusty. HEX triplet: 79, 29 and 23. RGB value is (121,41,35). Sum of RGB (Red+Green+Blue) = 121+41+35=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #792923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792923 is #86D6DC. Grayscale: #404040. Windows color (decimal): -8836829 or 2304377. OLE color: 2304377.

HSL color Cylindrical-coordinate representation of color #792923: hue angle of 4.19º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #792923 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1214135-
CMYK00.660.710.53
HSL4.19º55.13%30.59%-
HSV(B)4.19º71.07%47.45%-
XYZ8.985.772.23-
YUV64.24111.5168.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=61.42%
G=20.81%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121413500.660.710.534.1955.1330.59
Hex79292304247354371f
Octal171514301021076546737
Binary111100110100110001101000010100011111010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792923; }

 p { color: rgb(121,41,35); }

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

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

 a { background-color: rgb(121,41,35); }

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

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

 span { border-color: rgb(121,41,35); }

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