Html Css Color HEX #613F52 Finn

📋 copy color: '#613F52'

red 97 ◦ green 63 ◦ blue 82

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

Shades of Finn #613F52

Tints of Finn #613F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 40.08%
G = 26.03%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#613F52 (or 0x613F52) is known color: Finn. HEX triplet: 61, 3F and 52. RGB value is (97,63,82). Sum of RGB (Red+Green+Blue) = 97+63+82=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F52 is #9EC0AD. Grayscale: #4B4B4B. Windows color (decimal): -10404014 or 5390177. OLE color: 5390177.

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

Color convert

RGB 97 63 82 -
CMYK 0 0.35 0.15 0.62
HSL 326.47º 0.21% 0.31% -
HSV(B) 326.47º 0.35% 0.38% -
XYZ 8.23 6.71 8.84 -
YUV 75.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 97 63 82 0 0.35 0.15 0.62 326.47 0.21 0.31
Hex 61 3F 52 0 23 F 3E 146 15 1F
Octal 141 77 122 0 43 17 76 506 25 37
Binary 1100001 111111 1010010 0 100011 1111 111110 101000110 10101 11111

Color Harmonies of #613F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F52

Black with #613F52

Text Example


Text Example

White with #613F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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