#753A59

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

Shades of Finn #753A59

Tints of Finn #753A59

Color information

#753A59 (or 0x753A59) is unknown color: approx Finn. HEX triplet: 75, 3A and 59. RGB value is (117,58,89). Sum of RGB (Red+Green+Blue) = 117+58+89=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #753A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A59 is #8AC5A6. Grayscale: #4F4F4F. Windows color (decimal): -9094567 or 5847669. OLE color: 5847669.

HSL color Cylindrical-coordinate representation of color #753A59: hue angle of 328.47º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A59 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1175889-
CMYK00.500.240.54
HSL328.47º33.71%34.31%-
HSV(B)328.47º50.43%45.88%-
XYZ10.657.5310.34-
YUV79.18133.55154.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=44.32%
G=21.97%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117588900.500.240.54328.4733.7134.31
Hex753A5903218361482222
Octal1657213106230665104242
Binary11101011110101011001011001011000110110101001000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A59; }

 p { color: rgb(117,58,89); }

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

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

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

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

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

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

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