#733B56

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

Shades of Finn #733B56

Tints of Finn #733B56

Color information

#733B56 (or 0x733B56) is unknown color: approx Finn. HEX triplet: 73, 3B and 56. RGB value is (115,59,86). Sum of RGB (Red+Green+Blue) = 115+59+86=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #733B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B56 is #8CC4A9. Grayscale: #4E4E4E. Windows color (decimal): -9225386 or 5651315. OLE color: 5651315.

HSL color Cylindrical-coordinate representation of color #733B56: hue angle of 331.07º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B56 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1155986-
CMYK00.490.250.55
HSL331.07º32.18%34.12%-
HSV(B)331.07º48.7%45.1%-
XYZ10.317.449.7-
YUV78.82132.05153.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=44.23%
G=22.69%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115598600.490.250.55331.0732.1834.12
Hex733B56031193714b2022
Octal1637312606131675134042
Binary11100111110111010110011000111001110111101001011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,59,86); }

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

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

 a { background-color: rgb(115,59,86); }

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

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

 span { border-color: rgb(115,59,86); }

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