#734352

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

Shades of Finn #734352

Tints of Finn #734352

Color information

#734352 (or 0x734352) is unknown color: approx Finn. HEX triplet: 73, 43 and 52. RGB value is (115,67,82). Sum of RGB (Red+Green+Blue) = 115+67+82=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #734352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734352 is #8CBCAD. Grayscale: #535353. Windows color (decimal): -9223342 or 5391219. OLE color: 5391219.

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

Color convert

RGB1156782-
CMYK00.420.290.55
HSL341.25º26.37%35.69%-
HSV(B)341.25º41.74%45.1%-
XYZ10.68.279.02-
YUV83.06127.4150.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=43.56%
G=25.38%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115678200.420.290.55341.2526.3735.69
Hex73435202A1D371551a24
Octal16310312205235675253244
Binary11100111000011101001001010101110111011110101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734352; }

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

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

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

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

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

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

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

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