#792826

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

Shades of Lusty #792826

Tints of Lusty #792826

Color information

#792826 (or 0x792826) is unknown color: approx Lusty. HEX triplet: 79, 28 and 26. RGB value is (121,40,38). Sum of RGB (Red+Green+Blue) = 121+40+38=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #792826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792826 is #86D7D9. Grayscale: #404040. Windows color (decimal): -8837082 or 2500729. OLE color: 2500729.

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

Color convert

RGB1214038-
CMYK00.670.690.53
HSL1.45º52.2%31.18%-
HSV(B)1.45º68.6%47.45%-
XYZ8.995.722.46-
YUV63.99113.34168.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=60.80%
G=20.10%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121403800.670.690.531.4552.231.18
Hex79282604345351341f
Octal171504601031056516437
Binary1111001101000100110010000111000101110101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792826; }

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

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

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

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

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

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

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

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