#733A5A

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

Shades of Finn #733A5A

Tints of Finn #733A5A

Color information

#733A5A (or 0x733A5A) is unknown color: approx Finn. HEX triplet: 73, 3A and 5A. RGB value is (115,58,90). Sum of RGB (Red+Green+Blue) = 115+58+90=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #733A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A5A is #8CC5A5. Grayscale: #4E4E4E. Windows color (decimal): -9225638 or 5913203. OLE color: 5913203.

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

Color convert

RGB1155890-
CMYK00.500.220.55
HSL326.32º32.95%33.92%-
HSV(B)326.32º49.57%45.1%-
XYZ10.437.4110.55-
YUV78.69134.38153.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=43.73%
G=22.05%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115589000.500.220.55326.3232.9533.92
Hex733A5A03216371462122
Octal1637213206226675064142
Binary11100111110101011010011001010110110111101000110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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