#753030

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

Shades of Lusty #753030

Tints of Lusty #753030

Color information

#753030 (or 0x753030) is unknown color: approx Lusty. HEX triplet: 75, 30 and 30. RGB value is (117,48,48). Sum of RGB (Red+Green+Blue) = 117+48+48=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #753030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753030 is #8ACFCF. Grayscale: #444444. Windows color (decimal): -9097168 or 3158133. OLE color: 3158133.

HSL color Cylindrical-coordinate representation of color #753030: hue angle of 0º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753030 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1174848-
CMYK00.590.590.54
HSL41.82%32.35%-
HSV(B)58.97%45.88%-
XYZ8.936.113.51-
YUV68.63116.36162.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=54.93%
G=22.54%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117484800.590.590.54041.8232.35
Hex75303003B3B3602a20
Octal1656060073736605240
Binary111010111000011000001110111110111101100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753030; }

 p { color: rgb(117,48,48); }

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

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

 a { background-color: rgb(117,48,48); }

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

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

 span { border-color: rgb(117,48,48); }

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