#714451

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

Shades of Finn #714451

Tints of Finn #714451

Color information

#714451 (or 0x714451) is unknown color: approx Finn. HEX triplet: 71, 44 and 51. RGB value is (113,68,81). Sum of RGB (Red+Green+Blue) = 113+68+81=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714451 is #8EBBAE. Grayscale: #525252. Windows color (decimal): -9354159 or 5325937. OLE color: 5325937.

HSL color Cylindrical-coordinate representation of color #714451: hue angle of 342.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714451 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1136881-
CMYK00.400.280.56
HSL342.67º24.86%35.49%-
HSV(B)342.67º39.82%44.31%-
XYZ10.368.248.83-
YUV82.94126.91149.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=43.13%
G=25.95%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113688100.400.280.56342.6724.8635.49
Hex7144510281C381571923
Octal16110412105034705273143
Binary11100011000100101000101010001110011100010101011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714451; }

 p { color: rgb(113,68,81); }

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

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

 a { background-color: rgb(113,68,81); }

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

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

 span { border-color: rgb(113,68,81); }

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