#613F53

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

Shades of Finn #613F53

Tints of Finn #613F53

Color information

#613F53 (or 0x613F53) is unknown color: approx Finn. HEX triplet: 61, 3F and 53. RGB value is (97,63,83). Sum of RGB (Red+Green+Blue) = 97+63+83=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #613F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F53 is #9EC0AC. Grayscale: #4B4B4B. Windows color (decimal): -10404013 or 5455713. OLE color: 5455713.

HSL color Cylindrical-coordinate representation of color #613F53: hue angle of 324.71º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F53 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB976383-
CMYK00.350.140.62
HSL324.71º21.25%31.37%-
HSV(B)324.71º35.05%38.04%-
XYZ8.276.729.05-
YUV75.45132.26143.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=39.92%
G=25.93%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97638300.350.140.62324.7121.2531.37
Hex613F53023E3E145151f
Octal1417712304316765052537
Binary11000011111111010011010001111101111101010001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613F53; }

 p { color: rgb(97,63,83); }

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

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

 a { background-color: rgb(97,63,83); }

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

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

 span { border-color: rgb(97,63,83); }

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