#734059

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

Shades of Finn #734059

Tints of Finn #734059

Color information

#734059 (or 0x734059) is unknown color: approx Finn. HEX triplet: 73, 40 and 59. RGB value is (115,64,89). Sum of RGB (Red+Green+Blue) = 115+64+89=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #734059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734059 is #8CBFA6. Grayscale: #525252. Windows color (decimal): -9224103 or 5849203. OLE color: 5849203.

HSL color Cylindrical-coordinate representation of color #734059: hue angle of 330.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734059 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1156489-
CMYK00.440.230.55
HSL330.59º28.49%35.1%-
HSV(B)330.59º44.35%45.1%-
XYZ10.718.0310.44-
YUV82.1131.9151.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=42.91%
G=23.88%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115648900.440.230.55330.5928.4935.1
Hex73405902C173714b1c23
Octal16310013105427675133443
Binary11100111000000101100101011001011111011110100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734059; }

 p { color: rgb(115,64,89); }

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

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

 a { background-color: rgb(115,64,89); }

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

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

 span { border-color: rgb(115,64,89); }

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