#753C53

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

Shades of Finn #753C53

Tints of Finn #753C53

Color information

#753C53 (or 0x753C53) is unknown color: approx Finn. HEX triplet: 75, 3C and 53. RGB value is (117,60,83). Sum of RGB (Red+Green+Blue) = 117+60+83=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #753C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C53 is #8AC3AC. Grayscale: #4F4F4F. Windows color (decimal): -9094061 or 5454965. OLE color: 5454965.

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

Color convert

RGB1176083-
CMYK00.490.290.54
HSL335.79º32.2%34.71%-
HSV(B)335.79º48.72%45.88%-
XYZ10.517.649.1-
YUV79.67129.88154.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=45%
G=23.08%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117608300.490.290.54335.7932.234.71
Hex753C530311D361502023
Octal1657412306135665204043
Binary11101011111001010011011000111101110110101010000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,83); }

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

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

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

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

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

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

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