#734351

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

Shades of Finn #734351

Tints of Finn #734351

Color information

#734351 (or 0x734351) is unknown color: approx Finn. HEX triplet: 73, 43 and 51. RGB value is (115,67,81). Sum of RGB (Red+Green+Blue) = 115+67+81=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #734351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734351 is #8CBCAE. Grayscale: #525252. Windows color (decimal): -9223343 or 5325683. OLE color: 5325683.

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

Color convert

RGB1156781-
CMYK00.420.300.55
HSL342.5º26.37%35.69%-
HSV(B)342.5º41.74%45.1%-
XYZ10.568.258.82-
YUV82.95126.9150.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=43.73%
G=25.48%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115678100.420.300.55342.526.3735.69
Hex73435102A1E371561a24
Octal16310312105236675263244
Binary11100111000011101000101010101111011011110101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734351; }

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

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

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

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

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

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

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

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