#613550

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

Shades of Finn #613550

Tints of Finn #613550

Color information

#613550 (or 0x613550) is unknown color: approx Finn. HEX triplet: 61, 35 and 50. RGB value is (97,53,80). Sum of RGB (Red+Green+Blue) = 97+53+80=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613550 is #9ECAAF. Grayscale: #454545. Windows color (decimal): -10406576 or 5256545. OLE color: 5256545.

HSL color Cylindrical-coordinate representation of color #613550: hue angle of 323.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613550 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB975380-
CMYK00.450.180.62
HSL323.18º29.33%29.41%-
HSV(B)323.18º45.36%38.04%-
XYZ7.655.678.28-
YUV69.23134.08147.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=42.17%
G=23.04%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97538000.450.180.62323.1829.3329.41
Hex61355002D123E1431d1d
Octal1416512005522765033535
Binary110000111010110100000101101100101111101010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613550; }

 p { color: rgb(97,53,80); }

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

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

 a { background-color: rgb(97,53,80); }

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

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

 span { border-color: rgb(97,53,80); }

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