#792626

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

Shades of Lusty #792626

Tints of Lusty #792626

Color information

#792626 (or 0x792626) is unknown color: approx Lusty. HEX triplet: 79, 26 and 26. RGB value is (121,38,38). Sum of RGB (Red+Green+Blue) = 121+38+38=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #792626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792626 is #86D9D9. Grayscale: #3E3E3E. Windows color (decimal): -8837594 or 2500217. OLE color: 2500217.

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

Color convert

RGB1213838-
CMYK00.690.690.53
HSL52.2%31.18%-
HSV(B)68.6%47.45%-
XYZ8.935.592.44-
YUV62.82114169.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=61.42%
G=19.29%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121383800.690.690.53052.231.18
Hex79262604545350341f
Octal171464601051056506437
Binary1111001100110100110010001011000101110101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792626; }

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

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

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

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

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

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

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

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