#734356

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

Shades of Finn #734356

Tints of Finn #734356

Color information

#734356 (or 0x734356) is unknown color: approx Finn. HEX triplet: 73, 43 and 56. RGB value is (115,67,86). Sum of RGB (Red+Green+Blue) = 115+67+86=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #734356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734356 is #8CBCA9. Grayscale: #535353. Windows color (decimal): -9223338 or 5653363. OLE color: 5653363.

HSL color Cylindrical-coordinate representation of color #734356: hue angle of 336.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734356 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1156786-
CMYK00.420.250.55
HSL336.25º26.37%35.69%-
HSV(B)336.25º41.74%45.1%-
XYZ10.768.339.85-
YUV83.52129.4150.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=42.91%
G=25%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115678600.420.250.55336.2526.3735.69
Hex73435602A19371501a24
Octal16310312605231675203244
Binary11100111000011101011001010101100111011110101000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734356; }

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

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

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

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

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

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

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

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