#734456

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

Shades of Finn #734456

Tints of Finn #734456

Color information

#734456 (or 0x734456) is unknown color: approx Finn. HEX triplet: 73, 44 and 56. RGB value is (115,68,86). Sum of RGB (Red+Green+Blue) = 115+68+86=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #734456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734456 is #8CBBA9. Grayscale: #545454. Windows color (decimal): -9223082 or 5653619. OLE color: 5653619.

HSL color Cylindrical-coordinate representation of color #734456: hue angle of 337.02º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #734456 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1156886-
CMYK00.410.250.55
HSL337.02º25.68%35.88%-
HSV(B)337.02º40.87%45.1%-
XYZ10.828.459.87-
YUV84.1129.07150.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=42.75%
G=25.28%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115688600.410.250.55337.0225.6835.88
Hex73445602919371511a24
Octal16310412605131675213244
Binary11100111000100101011001010011100111011110101000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734456; }

 p { color: rgb(115,68,86); }

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

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

 a { background-color: rgb(115,68,86); }

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

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

 span { border-color: rgb(115,68,86); }

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