#733A5D

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

Shades of Finn #733A5D

Tints of Finn #733A5D

Color information

#733A5D (or 0x733A5D) is unknown color: approx Finn. HEX triplet: 73, 3A and 5D. RGB value is (115,58,93). Sum of RGB (Red+Green+Blue) = 115+58+93=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #733A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A5D is #8CC5A2. Grayscale: #4E4E4E. Windows color (decimal): -9225635 or 6109811. OLE color: 6109811.

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

Color convert

RGB1155893-
CMYK00.500.190.55
HSL323.16º32.95%33.92%-
HSV(B)323.16º49.57%45.1%-
XYZ10.567.4611.24-
YUV79.03135.88153.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=43.23%
G=21.80%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115589300.500.190.55323.1632.9533.92
Hex733A5D03213371432122
Octal1637213506223675034142
Binary11100111110101011101011001010011110111101000011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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