Html Css Color HEX #724059 Finn

📋 copy color: '#724059'

red 114 ◦ green 64 ◦ blue 89

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

Shades of Finn #724059

Tints of Finn #724059

RGB

 RED value IS 114 (44.92% from 255) = 42.7%

 GREEN value IS 64 (25.39% from 255) = 23.97%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 42.7%
G = 23.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#724059 (or 0x724059) is known color: Finn. HEX triplet: 72, 40 and 59. RGB value is (114,64,89). Sum of RGB (Red+Green+Blue) = 114+64+89=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #724059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724059 is #8DBFA6. Grayscale: #515151. Windows color (decimal): -9289639 or 5849202. OLE color: 5849202.

HSL color Cylindrical-coordinate representation of color #724059: hue angle of 330º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724059 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 89 -
CMYK 0 0.44 0.22 0.55
HSL 330º 0.28% 0.35% -
HSV(B) 330º 0.44% 0.45% -
XYZ 10.58 7.97 10.43 -
YUV 81.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 114 64 89 0 0.44 0.22 0.55 330 0.28 0.35
Hex 72 40 59 0 2C 16 37 14A 1C 23
Octal 162 100 131 0 54 26 67 512 34 43
Binary 1110010 1000000 1011001 0 101100 10110 110111 101001010 11100 100011

Color Harmonies of #724059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724059

Black with #724059

Text Example


Text Example

White with #724059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724059; }

 p { color: rgb(114,64,89); }

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

background-color css

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

 a { background-color: rgb(114,64,89); }

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

border-color css

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

 span { border-color: rgb(114,64,89); }

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