#734250

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

Shades of Finn #734250

Tints of Finn #734250

Color information

#734250 (or 0x734250) is unknown color: approx Finn. HEX triplet: 73, 42 and 50. RGB value is (115,66,80). Sum of RGB (Red+Green+Blue) = 115+66+80=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #734250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734250 is #8CBDAF. Grayscale: #525252. Windows color (decimal): -9223600 or 5259891. OLE color: 5259891.

HSL color Cylindrical-coordinate representation of color #734250: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734250 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1156680-
CMYK00.430.300.55
HSL342.86º27.07%35.49%-
HSV(B)342.86º42.61%45.1%-
XYZ10.478.128.61-
YUV82.25126.73151.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=44.06%
G=25.29%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115668000.430.300.55342.8627.0735.49
Hex73425002B1E371571b23
Octal16310212005336675273343
Binary11100111000010101000001010111111011011110101011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734250; }

 p { color: rgb(115,66,80); }

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

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

 a { background-color: rgb(115,66,80); }

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

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

 span { border-color: rgb(115,66,80); }

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