#71435C

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

Shades of Finn #71435C

Tints of Finn #71435C

Color information

#71435C (or 0x71435C) is unknown color: approx Finn. HEX triplet: 71, 43 and 5C. RGB value is (113,67,92). Sum of RGB (Red+Green+Blue) = 113+67+92=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71435C is #8EBCA3. Grayscale: #535353. Windows color (decimal): -9354404 or 6046577. OLE color: 6046577.

HSL color Cylindrical-coordinate representation of color #71435C: hue angle of 327.39º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71435C is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1136792-
CMYK00.410.190.56
HSL327.39º25.56%35.29%-
HSV(B)327.39º40.71%44.31%-
XYZ10.758.311.16-
YUV83.6132.74148.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=41.54%
G=24.63%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113679200.410.190.56327.3925.5635.29
Hex71435C02913381471a23
Octal16110313405123705073243
Binary11100011000011101110001010011001111100010100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71435C; }

 p { color: rgb(113,67,92); }

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

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

 a { background-color: rgb(113,67,92); }

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

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

 span { border-color: rgb(113,67,92); }

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