#613450

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

Shades of Finn #613450

Tints of Finn #613450

Color information

#613450 (or 0x613450) is unknown color: approx Finn. HEX triplet: 61, 34 and 50. RGB value is (97,52,80). Sum of RGB (Red+Green+Blue) = 97+52+80=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613450 is #9ECBAF. Grayscale: #444444. Windows color (decimal): -10406832 or 5256289. OLE color: 5256289.

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

Color convert

RGB975280-
CMYK00.460.180.62
HSL322.67º30.2%29.22%-
HSV(B)322.67º46.39%38.04%-
XYZ7.615.588.26-
YUV68.65134.41148.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=42.36%
G=22.71%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97528000.460.180.62322.6730.229.22
Hex61345002E123E1431e1d
Octal1416412005622765033635
Binary110000111010010100000101110100101111101010000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613450; }

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

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

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

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

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

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

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

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