Html Css Color HEX #724051 Finn

📋 copy color: '#724051'

red 114 ◦ green 64 ◦ blue 81

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

Shades of Finn #724051

Tints of Finn #724051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 44.02%
G = 24.71%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#724051 (or 0x724051) is known color: Finn. HEX triplet: 72, 40 and 51. RGB value is (114,64,81). Sum of RGB (Red+Green+Blue) = 114+64+81=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #724051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724051 is #8DBFAE. Grayscale: #505050. Windows color (decimal): -9289647 or 5324914. OLE color: 5324914.

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

Color convert

RGB 114 64 81 -
CMYK 0 0.44 0.29 0.55
HSL 339.6º 0.28% 0.35% -
HSV(B) 339.6º 0.44% 0.45% -
XYZ 10.26 7.84 8.76 -
YUV 80.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 114 64 81 0 0.44 0.29 0.55 339.6 0.28 0.35
Hex 72 40 51 0 2C 1D 37 154 1C 23
Octal 162 100 121 0 54 35 67 524 34 43
Binary 1110010 1000000 1010001 0 101100 11101 110111 101010100 11100 100011

Color Harmonies of #724051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724051

Black with #724051

Text Example


Text Example

White with #724051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724051; }

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

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

background-color css

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

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

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

border-color css

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

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

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