#71404E

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

Shades of Finn #71404E

Tints of Finn #71404E

Color information

#71404E (or 0x71404E) is unknown color: approx Finn. HEX triplet: 71, 40 and 4E. RGB value is (113,64,78). Sum of RGB (Red+Green+Blue) = 113+64+78=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71404E is #8EBFB1. Grayscale: #505050. Windows color (decimal): -9355186 or 5128305. OLE color: 5128305.

HSL color Cylindrical-coordinate representation of color #71404E: hue angle of 342.86º 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 #71404E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1136478-
CMYK00.430.310.56
HSL342.86º27.68%34.71%-
HSV(B)342.86º43.36%44.31%-
XYZ10.027.738.17-
YUV80.25126.73151.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=44.31%
G=25.10%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113647800.430.310.56342.8627.6834.71
Hex71404E02B1F381571c23
Octal16110011605337705273443
Binary11100011000000100111001010111111111100010101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71404E; }

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

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

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

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

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

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

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

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