#744051

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

Shades of Finn #744051

Tints of Finn #744051

Color information

#744051 (or 0x744051) is unknown color: approx Finn. HEX triplet: 74, 40 and 51. RGB value is (116,64,81). Sum of RGB (Red+Green+Blue) = 116+64+81=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #744051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744051 is #8BBFAE. Grayscale: #515151. Windows color (decimal): -9158575 or 5324916. OLE color: 5324916.

HSL color Cylindrical-coordinate representation of color #744051: hue angle of 340.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744051 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1166481-
CMYK00.450.300.55
HSL340.38º28.89%35.29%-
HSV(B)340.38º44.83%45.49%-
XYZ10.527.978.77-
YUV81.49127.73152.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=44.44%
G=24.52%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116648100.450.300.55340.3828.8935.29
Hex74405102D1E371541d23
Octal16410012105536675243543
Binary11101001000000101000101011011111011011110101010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744051; }

 p { color: rgb(116,64,81); }

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

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

 a { background-color: rgb(116,64,81); }

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

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

 span { border-color: rgb(116,64,81); }

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