#714450

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

Shades of Finn #714450

Tints of Finn #714450

Color information

#714450 (or 0x714450) is unknown color: approx Finn. HEX triplet: 71, 44 and 50. RGB value is (113,68,80). Sum of RGB (Red+Green+Blue) = 113+68+80=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714450 is #8EBBAF. Grayscale: #525252. Windows color (decimal): -9354160 or 5260401. OLE color: 5260401.

HSL color Cylindrical-coordinate representation of color #714450: hue angle of 344º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714450 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1136880-
CMYK00.400.290.56
HSL344º24.86%35.49%-
HSV(B)344º39.82%44.31%-
XYZ10.338.228.63-
YUV82.82126.41149.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=43.30%
G=26.05%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113688000.400.290.5634424.8635.49
Hex7144500281D381581923
Octal16110412005035705303143
Binary11100011000100101000001010001110111100010101100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714450; }

 p { color: rgb(113,68,80); }

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

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

 a { background-color: rgb(113,68,80); }

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

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

 span { border-color: rgb(113,68,80); }

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