Html Css Color HEX #614452 Finn

📋 copy color: '#614452'

red 97 ◦ green 68 ◦ blue 82

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

Shades of Finn #614452

Tints of Finn #614452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 39.27%
G = 27.53%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#614452 (or 0x614452) is known color: Finn. HEX triplet: 61, 44 and 52. RGB value is (97,68,82). Sum of RGB (Red+Green+Blue) = 97+68+82=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614452 is #9EBBAD. Grayscale: #4E4E4E. Windows color (decimal): -10402734 or 5391457. OLE color: 5391457.

HSL color Cylindrical-coordinate representation of color #614452: hue angle of 331.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614452 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 82 -
CMYK 0 0.30 0.15 0.62
HSL 331.03º 0.18% 0.32% -
HSV(B) 331.03º 0.3% 0.38% -
XYZ 8.52 7.28 8.94 -
YUV 78.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 97 68 82 0 0.30 0.15 0.62 331.03 0.18 0.32
Hex 61 44 52 0 1E F 3E 14B 12 20
Octal 141 104 122 0 36 17 76 513 22 40
Binary 1100001 1000100 1010010 0 11110 1111 111110 101001011 10010 100000

Color Harmonies of #614452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614452

Black with #614452

Text Example


Text Example

White with #614452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614452; }

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

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

background-color css

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

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

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

border-color css

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

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

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