Html Css Color HEX #613F53 Finn

📋 copy color: '#613F53'

red 97 ◦ green 63 ◦ blue 83

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

Shades of Finn #613F53

Tints of Finn #613F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 39.92%
G = 25.93%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#613F53 (or 0x613F53) is known color: Finn. HEX triplet: 61, 3F and 53. RGB value is (97,63,83). Sum of RGB (Red+Green+Blue) = 97+63+83=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #613F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F53 is #9EC0AC. Grayscale: #4B4B4B. Windows color (decimal): -10404013 or 5455713. OLE color: 5455713.

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

Color convert

RGB 97 63 83 -
CMYK 0 0.35 0.14 0.62
HSL 324.71º 0.21% 0.31% -
HSV(B) 324.71º 0.35% 0.38% -
XYZ 8.27 6.72 9.05 -
YUV 75.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 97 63 83 0 0.35 0.14 0.62 324.71 0.21 0.31
Hex 61 3F 53 0 23 E 3E 145 15 1F
Octal 141 77 123 0 43 16 76 505 25 37
Binary 1100001 111111 1010011 0 100011 1110 111110 101000101 10101 11111

Color Harmonies of #613F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F53

Black with #613F53

Text Example


Text Example

White with #613F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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