#733A55

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

Shades of Finn #733A55

Tints of Finn #733A55

Color information

#733A55 (or 0x733A55) is unknown color: approx Finn. HEX triplet: 73, 3A and 55. RGB value is (115,58,85). Sum of RGB (Red+Green+Blue) = 115+58+85=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #733A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A55 is #8CC5AA. Grayscale: #4E4E4E. Windows color (decimal): -9225643 or 5585523. OLE color: 5585523.

HSL color Cylindrical-coordinate representation of color #733A55: hue angle of 331.58º 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 #733A55 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1155885-
CMYK00.500.260.55
HSL331.58º32.95%33.92%-
HSV(B)331.58º49.57%45.1%-
XYZ10.227.339.47-
YUV78.12131.88154.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=44.57%
G=22.48%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115588500.500.260.55331.5832.9533.92
Hex733A550321A3714c2122
Octal1637212506232675144142
Binary11100111110101010101011001011010110111101001100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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