#714552

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

Shades of Finn #714552

Tints of Finn #714552

Color information

#714552 (or 0x714552) is unknown color: approx Finn. HEX triplet: 71, 45 and 52. RGB value is (113,69,82). Sum of RGB (Red+Green+Blue) = 113+69+82=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714552 is #8EBAAD. Grayscale: #535353. Windows color (decimal): -9353902 or 5391729. OLE color: 5391729.

HSL color Cylindrical-coordinate representation of color #714552: hue angle of 342.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714552 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1136982-
CMYK00.390.270.56
HSL342.27º24.18%35.69%-
HSV(B)342.27º38.94%44.31%-
XYZ10.468.389.05-
YUV83.64127.08148.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=42.80%
G=26.14%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113698200.390.270.56342.2724.1835.69
Hex7145520271B381561824
Octal16110512204733705263044
Binary11100011000101101001001001111101111100010101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714552; }

 p { color: rgb(113,69,82); }

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

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

 a { background-color: rgb(113,69,82); }

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

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

 span { border-color: rgb(113,69,82); }

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