#753D58

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

Shades of Finn #753D58

Tints of Finn #753D58

Color information

#753D58 (or 0x753D58) is unknown color: approx Finn. HEX triplet: 75, 3D and 58. RGB value is (117,61,88). Sum of RGB (Red+Green+Blue) = 117+61+88=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D58 is #8AC2A7. Grayscale: #505050. Windows color (decimal): -9093800 or 5782901. OLE color: 5782901.

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

Color convert

RGB1176188-
CMYK00.480.250.54
HSL331.07º31.46%34.9%-
HSV(B)331.07º47.86%45.88%-
XYZ10.777.8210.18-
YUV80.82132.05153.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=43.98%
G=22.93%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117618800.480.250.54331.0731.4634.9
Hex753D58030193614b1f23
Octal1657513006031665133743
Binary1110101111101101100001100001100111011010100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,88); }

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

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

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

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

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

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

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