#734056

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

Shades of Finn #734056

Tints of Finn #734056

Color information

#734056 (or 0x734056) is unknown color: approx Finn. HEX triplet: 73, 40 and 56. RGB value is (115,64,86). Sum of RGB (Red+Green+Blue) = 115+64+86=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #734056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734056 is #8CBFA9. Grayscale: #515151. Windows color (decimal): -9224106 or 5652595. OLE color: 5652595.

HSL color Cylindrical-coordinate representation of color #734056: hue angle of 334.12º 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 #734056 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1156486-
CMYK00.440.250.55
HSL334.12º28.49%35.1%-
HSV(B)334.12º44.35%45.1%-
XYZ10.587.989.79-
YUV81.76130.4151.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=43.40%
G=24.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115648600.440.250.55334.1228.4935.1
Hex73405602C193714e1c23
Octal16310012605431675163443
Binary11100111000000101011001011001100111011110100111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734056; }

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

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

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

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

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

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

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

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