#734855

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

Shades of Finn #734855

Tints of Finn #734855

Color information

#734855 (or 0x734855) is unknown color: approx Finn. HEX triplet: 73, 48 and 55. RGB value is (115,72,85). Sum of RGB (Red+Green+Blue) = 115+72+85=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #734855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734855 is #8CB7AA. Grayscale: #565656. Windows color (decimal): -9222059 or 5589107. OLE color: 5589107.

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

Color convert

RGB1157285-
CMYK00.370.260.55
HSL341.86º22.99%36.67%-
HSV(B)341.86º37.39%45.1%-
XYZ11.038.949.74-
YUV86.34127.25148.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=42.28%
G=26.47%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115728500.370.260.55341.8622.9936.67
Hex7348550251A371561725
Octal16311012504532675262745
Binary11100111001000101010101001011101011011110101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734855; }

 p { color: rgb(115,72,85); }

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

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

 a { background-color: rgb(115,72,85); }

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

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

 span { border-color: rgb(115,72,85); }

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