#734251

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

Shades of Finn #734251

Tints of Finn #734251

Color information

#734251 (or 0x734251) is unknown color: approx Finn. HEX triplet: 73, 42 and 51. RGB value is (115,66,81). Sum of RGB (Red+Green+Blue) = 115+66+81=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #734251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734251 is #8CBDAE. Grayscale: #525252. Windows color (decimal): -9223599 or 5325427. OLE color: 5325427.

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

Color convert

RGB1156681-
CMYK00.430.300.55
HSL341.63º27.07%35.49%-
HSV(B)341.63º42.61%45.1%-
XYZ10.58.148.8-
YUV82.36127.23151.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=43.89%
G=25.19%
B=30.92%

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
Decimal115668100.430.300.55341.6327.0735.49
Hex73425102B1E371561b23
Octal16310212105336675263343
Binary11100111000010101000101010111111011011110101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734251; }

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

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

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

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

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

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

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

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