#714152

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

Shades of Finn #714152

Tints of Finn #714152

Color information

#714152 (or 0x714152) is unknown color: approx Finn. HEX triplet: 71, 41 and 52. RGB value is (113,65,82). Sum of RGB (Red+Green+Blue) = 113+65+82=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #714152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714152 is #8EBEAD. Grayscale: #515151. Windows color (decimal): -9354926 or 5390705. OLE color: 5390705.

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

Color convert

RGB1136582-
CMYK00.420.270.56
HSL338.75º26.97%34.9%-
HSV(B)338.75º42.48%44.31%-
XYZ10.227.98.97-
YUV81.29128.4150.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=43.46%
G=25%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113658200.420.270.56338.7526.9734.9
Hex71415202A1B381531b23
Octal16110112205233705233343
Binary11100011000001101001001010101101111100010101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714152; }

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

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

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

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

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

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

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

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