#71414E

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

Shades of Finn #71414E

Tints of Finn #71414E

Color information

#71414E (or 0x71414E) is unknown color: approx Finn. HEX triplet: 71, 41 and 4E. RGB value is (113,65,78). Sum of RGB (Red+Green+Blue) = 113+65+78=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71414E is #8EBEB1. Grayscale: #505050. Windows color (decimal): -9354930 or 5128561. OLE color: 5128561.

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

Color convert

RGB1136578-
CMYK00.420.310.56
HSL343.75º26.97%34.9%-
HSV(B)343.75º42.48%44.31%-
XYZ10.087.848.19-
YUV80.83126.4150.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=44.14%
G=25.39%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113657800.420.310.56343.7526.9734.9
Hex71414E02A1F381581b23
Octal16110111605237705303343
Binary11100011000001100111001010101111111100010101100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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