Html Css Color HEX #613F50 Finn

📋 copy color: '#613F50'

red 97 ◦ green 63 ◦ blue 80

#613F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #613F50

Tints of Finn #613F50

RGB

 RED value IS 97 (38.28% from 255) = 40.42%

 GREEN value IS 63 (25% from 255) = 26.25%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 40.42%
G = 26.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#613F50 (or 0x613F50) is known color: Finn. HEX triplet: 61, 3F and 50. RGB value is (97,63,80). Sum of RGB (Red+Green+Blue) = 97+63+80=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F50 is #9EC0AF. Grayscale: #4B4B4B. Windows color (decimal): -10404016 or 5259105. OLE color: 5259105.

HSL color Cylindrical-coordinate representation of color #613F50: hue angle of 330º 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 #613F50 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 80 -
CMYK 0 0.35 0.18 0.62
HSL 330º 0.21% 0.31% -
HSV(B) 330º 0.35% 0.38% -
XYZ 8.16 6.68 8.45 -
YUV 75.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 97 63 80 0 0.35 0.18 0.62 330 0.21 0.31
Hex 61 3F 50 0 23 12 3E 14A 15 1F
Octal 141 77 120 0 43 22 76 512 25 37
Binary 1100001 111111 1010000 0 100011 10010 111110 101001010 10101 11111

Color Harmonies of #613F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F50

Black with #613F50

Text Example


Text Example

White with #613F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #613F50;
 }
 .AnyTagClassName
 {
   color: #613F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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