#714252

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

Shades of Finn #714252

Tints of Finn #714252

Color information

#714252 (or 0x714252) is unknown color: approx Finn. HEX triplet: 71, 42 and 52. RGB value is (113,66,82). Sum of RGB (Red+Green+Blue) = 113+66+82=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714252 is #8EBDAD. Grayscale: #515151. Windows color (decimal): -9354670 or 5390961. OLE color: 5390961.

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

Color convert

RGB1136682-
CMYK00.420.270.56
HSL339.57º26.26%35.1%-
HSV(B)339.57º41.59%44.31%-
XYZ10.288.028.99-
YUV81.88128.07150.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=43.30%
G=25.29%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113668200.420.270.56339.5726.2635.1
Hex71425202A1B381541a23
Octal16110212205233705243243
Binary11100011000010101001001010101101111100010101010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714252; }

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

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

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

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

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

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

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

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