Html Css Color HEX #613A50 Finn

📋 copy color: '#613A50'

red 97 ◦ green 58 ◦ blue 80

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

Shades of Finn #613A50

Tints of Finn #613A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

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

R = 41.28%
G = 24.68%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#613A50 (or 0x613A50) is known color: Finn. HEX triplet: 61, 3A and 50. RGB value is (97,58,80). Sum of RGB (Red+Green+Blue) = 97+58+80=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A50 is #9EC5AF. Grayscale: #484848. Windows color (decimal): -10405296 or 5257825. OLE color: 5257825.

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

Color convert

RGB 97 58 80 -
CMYK 0 0.40 0.18 0.62
HSL 326.15º 0.25% 0.3% -
HSV(B) 326.15º 0.4% 0.38% -
XYZ 7.89 6.15 8.36 -
YUV 72.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 97 58 80 0 0.40 0.18 0.62 326.15 0.25 0.3
Hex 61 3A 50 0 28 12 3E 146 19 1E
Octal 141 72 120 0 50 22 76 506 31 36
Binary 1100001 111010 1010000 0 101000 10010 111110 101000110 11001 11110

Color Harmonies of #613A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A50

Black with #613A50

Text Example


Text Example

White with #613A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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