Html Css Color HEX #614050 Finn

📋 copy color: '#614050'

red 97 ◦ green 64 ◦ blue 80

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

Shades of Finn #614050

Tints of Finn #614050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

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

R = 40.25%
G = 26.56%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#614050 (or 0x614050) is known color: Finn. HEX triplet: 61, 40 and 50. RGB value is (97,64,80). Sum of RGB (Red+Green+Blue) = 97+64+80=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #614050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614050 is #9EBFAF. Grayscale: #4B4B4B. Windows color (decimal): -10403760 or 5259361. OLE color: 5259361.

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

Color convert

RGB 97 64 80 -
CMYK 0 0.34 0.18 0.62
HSL 330.91º 0.2% 0.32% -
HSV(B) 330.91º 0.34% 0.38% -
XYZ 8.21 6.79 8.47 -
YUV 75.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 97 64 80 0 0.34 0.18 0.62 330.91 0.2 0.32
Hex 61 40 50 0 22 12 3E 14B 14 20
Octal 141 100 120 0 42 22 76 513 24 40
Binary 1100001 1000000 1010000 0 100010 10010 111110 101001011 10100 100000

Color Harmonies of #614050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614050

Black with #614050

Text Example


Text Example

White with #614050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614050; }

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

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

background-color css

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

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

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

border-color css

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

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

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