#71424E

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

Shades of Finn #71424E

Tints of Finn #71424E

Color information

#71424E (or 0x71424E) is unknown color: approx Finn. HEX triplet: 71, 42 and 4E. RGB value is (113,66,78). Sum of RGB (Red+Green+Blue) = 113+66+78=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71424E is #8EBDB1. Grayscale: #515151. Windows color (decimal): -9354674 or 5128817. OLE color: 5128817.

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

Color convert

RGB1136678-
CMYK00.420.310.56
HSL344.68º26.26%35.1%-
HSV(B)344.68º41.59%44.31%-
XYZ10.137.968.21-
YUV81.42126.07150.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=43.97%
G=25.68%
B=30.35%

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
Decimal113667800.420.310.56344.6826.2635.1
Hex71424E02A1F381591a23
Octal16110211605237705313243
Binary11100011000010100111001010101111111100010101100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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