#733A5B

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

Shades of Finn #733A5B

Tints of Finn #733A5B

Color information

#733A5B (or 0x733A5B) is unknown color: approx Finn. HEX triplet: 73, 3A and 5B. RGB value is (115,58,91). Sum of RGB (Red+Green+Blue) = 115+58+91=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #733A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A5B is #8CC5A4. Grayscale: #4E4E4E. Windows color (decimal): -9225637 or 5978739. OLE color: 5978739.

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

Color convert

RGB1155891-
CMYK00.500.210.55
HSL325.26º32.95%33.92%-
HSV(B)325.26º49.57%45.1%-
XYZ10.477.4310.78-
YUV78.8134.88153.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=43.56%
G=21.97%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115589100.500.210.55325.2632.9533.92
Hex733A5B03215371452122
Octal1637213306225675054142
Binary11100111110101011011011001010101110111101000101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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