#734150

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

Shades of Finn #734150

Tints of Finn #734150

Color information

#734150 (or 0x734150) is unknown color: approx Finn. HEX triplet: 73, 41 and 50. RGB value is (115,65,80). Sum of RGB (Red+Green+Blue) = 115+65+80=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #734150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734150 is #8CBEAF. Grayscale: #515151. Windows color (decimal): -9223856 or 5259635. OLE color: 5259635.

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

Color convert

RGB1156580-
CMYK00.430.300.55
HSL342º27.78%35.29%-
HSV(B)342º43.48%45.1%-
XYZ10.4188.59-
YUV81.66127.06151.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=44.23%
G=25%
B=30.77%

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
Decimal115658000.430.300.5534227.7835.29
Hex73415002B1E371561c23
Octal16310112005336675263443
Binary11100111000001101000001010111111011011110101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734150; }

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

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

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

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

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

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

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

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