#71424F

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

Shades of Finn #71424F

Tints of Finn #71424F

Color information

#71424F (or 0x71424F) is unknown color: approx Finn. HEX triplet: 71, 42 and 4F. RGB value is (113,66,79). Sum of RGB (Red+Green+Blue) = 113+66+79=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71424F is #8EBDB0. Grayscale: #515151. Windows color (decimal): -9354673 or 5194353. OLE color: 5194353.

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

Color convert

RGB1136679-
CMYK00.420.300.56
HSL343.4º26.26%35.1%-
HSV(B)343.4º41.59%44.31%-
XYZ10.177.978.4-
YUV81.54126.57150.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=43.80%
G=25.58%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113667900.420.300.56343.426.2635.1
Hex71424F02A1E381571a23
Octal16110211705236705273243
Binary11100011000010100111101010101111011100010101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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