#734553

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

Shades of Finn #734553

Tints of Finn #734553

Color information

#734553 (or 0x734553) is unknown color: approx Finn. HEX triplet: 73, 45 and 53. RGB value is (115,69,83). Sum of RGB (Red+Green+Blue) = 115+69+83=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #734553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734553 is #8CBAAC. Grayscale: #545454. Windows color (decimal): -9222829 or 5457267. OLE color: 5457267.

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

Color convert

RGB1156983-
CMYK00.40.280.55
HSL341.74º25%36.08%-
HSV(B)341.74º40%45.1%-
XYZ10.768.539.26-
YUV84.35127.24149.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=43.07%
G=25.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115698300.40.280.55341.742536.08
Hex7345530281C371561924
Octal16310512305034675263144
Binary11100111000101101001101010001110011011110101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734553; }

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

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

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

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

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

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

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

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