#792525

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

Shades of Lusty #792525

Tints of Lusty #792525

Color information

#792525 (or 0x792525) is unknown color: approx Lusty. HEX triplet: 79, 25 and 25. RGB value is (121,37,37). Sum of RGB (Red+Green+Blue) = 121+37+37=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #792525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792525 is #86DADA. Grayscale: #3E3E3E. Windows color (decimal): -8837851 or 2434425. OLE color: 2434425.

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

Color convert

RGB1213737-
CMYK00.690.690.53
HSL53.16%30.98%-
HSV(B)69.42%47.45%-
XYZ8.885.522.35-
YUV62.12113.83170-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.05%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=62.05%
G=18.97%
B=18.97%

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
Decimal121373700.690.690.53053.1630.98
Hex79252504545350351f
Octal171454501051056506537
Binary1111001100101100101010001011000101110101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792525; }

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

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

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

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

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

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

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

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