#753F51

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

Shades of Finn #753F51

Tints of Finn #753F51

Color information

#753F51 (or 0x753F51) is unknown color: approx Finn. HEX triplet: 75, 3F and 51. RGB value is (117,63,81). Sum of RGB (Red+Green+Blue) = 117+63+81=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F51 is #8AC0AE. Grayscale: #515151. Windows color (decimal): -9093295 or 5324661. OLE color: 5324661.

HSL color Cylindrical-coordinate representation of color #753F51: hue angle of 340º 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 #753F51 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1176381-
CMYK00.460.310.54
HSL340º30%35.29%-
HSV(B)340º46.15%45.88%-
XYZ10.67.938.76-
YUV81.2127.89153.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=44.83%
G=24.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117638100.460.310.543403035.29
Hex753F5102E1F361541e23
Octal1657712105637665243643
Binary1110101111111101000101011101111111011010101010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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