Html Css Color HEX #614552 Finn

📋 copy color: '#614552'

red 97 ◦ green 69 ◦ blue 82

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

Shades of Finn #614552

Tints of Finn #614552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 39.11%
G = 27.82%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#614552 (or 0x614552) is known color: Finn. HEX triplet: 61, 45 and 52. RGB value is (97,69,82). Sum of RGB (Red+Green+Blue) = 97+69+82=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614552 is #9EBAAD. Grayscale: #4E4E4E. Windows color (decimal): -10402478 or 5391713. OLE color: 5391713.

HSL color Cylindrical-coordinate representation of color #614552: hue angle of 332.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614552 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 82 -
CMYK 0 0.29 0.15 0.62
HSL 332.14º 0.17% 0.33% -
HSV(B) 332.14º 0.29% 0.38% -
XYZ 8.58 7.41 8.96 -
YUV 78.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 97 69 82 0 0.29 0.15 0.62 332.14 0.17 0.33
Hex 61 45 52 0 1D F 3E 14C 11 21
Octal 141 105 122 0 35 17 76 514 21 41
Binary 1100001 1000101 1010010 0 11101 1111 111110 101001100 10001 100001

Color Harmonies of #614552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614552

Black with #614552

Text Example


Text Example

White with #614552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614552; }

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

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

background-color css

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

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

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

border-color css

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

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

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