#714052

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

Shades of Finn #714052

Tints of Finn #714052

Color information

#714052 (or 0x714052) is unknown color: approx Finn. HEX triplet: 71, 40 and 52. RGB value is (113,64,82). Sum of RGB (Red+Green+Blue) = 113+64+82=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #714052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714052 is #8EBFAD. Grayscale: #505050. Windows color (decimal): -9355182 or 5390449. OLE color: 5390449.

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

Color convert

RGB1136482-
CMYK00.430.270.56
HSL337.96º27.68%34.71%-
HSV(B)337.96º43.36%44.31%-
XYZ10.177.798.95-
YUV80.7128.73151.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=43.63%
G=24.71%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113648200.430.270.56337.9627.6834.71
Hex71405202B1B381521c23
Octal16110012205333705223443
Binary11100011000000101001001010111101111100010101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714052; }

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

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

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

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

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

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

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

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