Html Css Color HEX #613751 Finn

📋 copy color: '#613751'

red 97 ◦ green 55 ◦ blue 81

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

Shades of Finn #613751

Tints of Finn #613751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 41.63%
G = 23.61%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613751 (or 0x613751) is known color: Finn. HEX triplet: 61, 37 and 51. RGB value is (97,55,81). Sum of RGB (Red+Green+Blue) = 97+55+81=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613751 is #9EC8AE. Grayscale: #464646. Windows color (decimal): -10406063 or 5322593. OLE color: 5322593.

HSL color Cylindrical-coordinate representation of color #613751: hue angle of 322.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613751 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 81 -
CMYK 0 0.43 0.16 0.62
HSL 322.86º 0.28% 0.3% -
HSV(B) 322.86º 0.43% 0.38% -
XYZ 7.78 5.87 8.51 -
YUV 70.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 97 55 81 0 0.43 0.16 0.62 322.86 0.28 0.3
Hex 61 37 51 0 2B 10 3E 143 1C 1E
Octal 141 67 121 0 53 20 76 503 34 36
Binary 1100001 110111 1010001 0 101011 10000 111110 101000011 11100 11110

Color Harmonies of #613751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613751

Black with #613751

Text Example


Text Example

White with #613751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613751; }

 p { color: rgb(97,55,81); }

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

background-color css

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

 a { background-color: rgb(97,55,81); }

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

border-color css

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

 span { border-color: rgb(97,55,81); }

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