#792B26

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

Shades of Lusty #792B26

Tints of Lusty #792B26

Color information

#792B26 (or 0x792B26) is unknown color: approx Lusty. HEX triplet: 79, 2B and 26. RGB value is (121,43,38). Sum of RGB (Red+Green+Blue) = 121+43+38=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #792B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B26 is #86D4D9. Grayscale: #414141. Windows color (decimal): -8836314 or 2501497. OLE color: 2501497.

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

Color convert

RGB1214338-
CMYK00.640.690.53
HSL3.61º52.2%31.18%-
HSV(B)3.61º68.6%47.45%-
XYZ9.15.932.5-
YUV65.75112.34167.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.90%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=59.90%
G=21.29%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121433800.640.690.533.6152.231.18
Hex792B2604045354341f
Octal171534601001056546437
Binary111100110101110011001000000100010111010110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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