#753F59

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

Shades of Finn #753F59

Tints of Finn #753F59

Color information

#753F59 (or 0x753F59) is unknown color: approx Finn. HEX triplet: 75, 3F and 59. RGB value is (117,63,89). Sum of RGB (Red+Green+Blue) = 117+63+89=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F59 is #8AC0A6. Grayscale: #525252. Windows color (decimal): -9093287 or 5848949. OLE color: 5848949.

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

Color convert

RGB1176389-
CMYK00.460.240.54
HSL331.11º30%35.29%-
HSV(B)331.11º46.15%45.88%-
XYZ10.928.0610.43-
YUV82.11131.89152.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 63 (25% from 255) = 23.42%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=43.49%
G=23.42%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117638900.460.240.54331.113035.29
Hex753F5902E183614b1e23
Octal1657713105630665133643
Binary1110101111111101100101011101100011011010100101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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