Html Css Color HEX #724050 Finn

📋 copy color: '#724050'

red 114 ◦ green 64 ◦ blue 80

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

Shades of Finn #724050

Tints of Finn #724050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 44.19%
G = 24.81%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#724050 (or 0x724050) is known color: Finn. HEX triplet: 72, 40 and 50. RGB value is (114,64,80). Sum of RGB (Red+Green+Blue) = 114+64+80=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #724050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724050 is #8DBFAF. Grayscale: #505050. Windows color (decimal): -9289648 or 5259378. OLE color: 5259378.

HSL color Cylindrical-coordinate representation of color #724050: hue angle of 340.8º 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 #724050 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 80 -
CMYK 0 0.44 0.30 0.55
HSL 340.8º 0.28% 0.35% -
HSV(B) 340.8º 0.44% 0.45% -
XYZ 10.22 7.82 8.56 -
YUV 80.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 114 64 80 0 0.44 0.30 0.55 340.8 0.28 0.35
Hex 72 40 50 0 2C 1E 37 155 1C 23
Octal 162 100 120 0 54 36 67 525 34 43
Binary 1110010 1000000 1010000 0 101100 11110 110111 101010101 11100 100011

Color Harmonies of #724050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724050

Black with #724050

Text Example


Text Example

White with #724050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724050; }

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

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

background-color css

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

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

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

border-color css

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

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

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