#734556

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

Shades of Finn #734556

Tints of Finn #734556

Color information

#734556 (or 0x734556) is unknown color: approx Finn. HEX triplet: 73, 45 and 56. RGB value is (115,69,86). Sum of RGB (Red+Green+Blue) = 115+69+86=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #734556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734556 is #8CBAA9. Grayscale: #545454. Windows color (decimal): -9222826 or 5653875. OLE color: 5653875.

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

Color convert

RGB1156986-
CMYK00.40.250.55
HSL337.83º25%36.08%-
HSV(B)337.83º40%45.1%-
XYZ10.888.579.89-
YUV84.69128.74149.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=42.59%
G=25.56%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115698600.40.250.55337.832536.08
Hex73455602819371521924
Octal16310512605031675223144
Binary11100111000101101011001010001100111011110101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734556; }

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

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

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

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

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

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

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

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