#733A54

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

Shades of Finn #733A54

Tints of Finn #733A54

Color information

#733A54 (or 0x733A54) is unknown color: approx Finn. HEX triplet: 73, 3A and 54. RGB value is (115,58,84). Sum of RGB (Red+Green+Blue) = 115+58+84=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #733A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A54 is #8CC5AB. Grayscale: #4D4D4D. Windows color (decimal): -9225644 or 5519987. OLE color: 5519987.

HSL color Cylindrical-coordinate representation of color #733A54: hue angle of 332.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A54 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1155884-
CMYK00.500.270.55
HSL332.63º32.95%33.92%-
HSV(B)332.63º49.57%45.1%-
XYZ10.187.319.26-
YUV78.01131.38154.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=44.75%
G=22.57%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115588400.500.270.55332.6332.9533.92
Hex733A540321B3714d2122
Octal1637212406233675154142
Binary11100111110101010100011001011011110111101001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A54; }

 p { color: rgb(115,58,84); }

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

<style>
 a { background-color: #733A54; }

 a { background-color: rgb(115,58,84); }

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

<style>
 span { border-color: #733A54; }

 span { border-color: rgb(115,58,84); }

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