Html Css Color HEX #61374F Finn

📋 copy color: '#61374F'

red 97 ◦ green 55 ◦ blue 79

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

Shades of Finn #61374F

Tints of Finn #61374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 41.99%
G = 23.81%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61374F (or 0x61374F) is known color: Finn. HEX triplet: 61, 37 and 4F. RGB value is (97,55,79). Sum of RGB (Red+Green+Blue) = 97+55+79=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61374F is #9EC8B0. Grayscale: #464646. Windows color (decimal): -10406065 or 5191521. OLE color: 5191521.

HSL color Cylindrical-coordinate representation of color #61374F: hue angle of 325.71º 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 #61374F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 79 -
CMYK 0 0.43 0.19 0.62
HSL 325.71º 0.28% 0.3% -
HSV(B) 325.71º 0.43% 0.38% -
XYZ 7.71 5.84 8.12 -
YUV 70.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 97 55 79 0 0.43 0.19 0.62 325.71 0.28 0.3
Hex 61 37 4F 0 2B 13 3E 146 1C 1E
Octal 141 67 117 0 53 23 76 506 34 36
Binary 1100001 110111 1001111 0 101011 10011 111110 101000110 11100 11110

Color Harmonies of #61374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61374F

Black with #61374F

Text Example


Text Example

White with #61374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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