#792827

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

Shades of Lusty #792827

Tints of Lusty #792827

Color information

#792827 (or 0x792827) is unknown color: approx Lusty. HEX triplet: 79, 28 and 27. RGB value is (121,40,39). Sum of RGB (Red+Green+Blue) = 121+40+39=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #792827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792827 is #86D7D8. Grayscale: #404040. Windows color (decimal): -8837081 or 2566265. OLE color: 2566265.

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

Color convert

RGB1214039-
CMYK00.670.680.53
HSL0.73º51.25%31.37%-
HSV(B)0.73º67.77%47.45%-
XYZ9.015.732.55-
YUV64.1113.84168.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=60.5%
G=20%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121403900.670.680.530.7351.2531.37
Hex79282704344351331f
Octal171504701031046516337
Binary1111001101000100111010000111000100110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792827; }

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

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

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

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

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

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

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

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