#724351

Color #724351 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #724351

Tints of Finn #724351

Color information

#724351 (or 0x724351) is unknown color: approx Finn. HEX triplet: 72, 43 and 51. RGB value is (114,67,81). Sum of RGB (Red+Green+Blue) = 114+67+81=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724351 is #8DBCAE. Grayscale: #525252. Windows color (decimal): -9288879 or 5325682. OLE color: 5325682.

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

Color convert

RGB1146781-
CMYK00.410.290.55
HSL342.13º25.97%35.49%-
HSV(B)342.13º41.23%44.71%-
XYZ10.438.198.81-
YUV82.65127.07150.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=43.51%
G=25.57%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114678100.410.290.55342.1325.9735.49
Hex7243510291D371561a23
Octal16210312105135675263243
Binary11100101000011101000101010011110111011110101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724351; }

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

 H1.HeaderClassName
 {
   color: #724351;
 }
 .AnyTagClassName
 {
   color: #724351;
 }
</style>
background-color css

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

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

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

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

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

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