Html Css Color HEX #613C50 Finn

📋 copy color: '#613C50'

red 97 ◦ green 60 ◦ blue 80

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

Shades of Finn #613C50

Tints of Finn #613C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

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

R = 40.93%
G = 25.32%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#613C50 (or 0x613C50) is known color: Finn. HEX triplet: 61, 3C and 50. RGB value is (97,60,80). Sum of RGB (Red+Green+Blue) = 97+60+80=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C50 is #9EC3AF. Grayscale: #494949. Windows color (decimal): -10404784 or 5258337. OLE color: 5258337.

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

Color convert

RGB 97 60 80 -
CMYK 0 0.38 0.18 0.62
HSL 327.57º 0.24% 0.31% -
HSV(B) 327.57º 0.38% 0.38% -
XYZ 7.99 6.35 8.39 -
YUV 73.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 97 60 80 0 0.38 0.18 0.62 327.57 0.24 0.31
Hex 61 3C 50 0 26 12 3E 148 18 1F
Octal 141 74 120 0 46 22 76 510 30 37
Binary 1100001 111100 1010000 0 100110 10010 111110 101001000 11000 11111

Color Harmonies of #613C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C50

Black with #613C50

Text Example


Text Example

White with #613C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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