#743B58

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

Shades of Finn #743B58

Tints of Finn #743B58

Color information

#743B58 (or 0x743B58) is unknown color: approx Finn. HEX triplet: 74, 3B and 58. RGB value is (116,59,88). Sum of RGB (Red+Green+Blue) = 116+59+88=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #743B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B58 is #8BC4A7. Grayscale: #4F4F4F. Windows color (decimal): -9159848 or 5782388. OLE color: 5782388.

HSL color Cylindrical-coordinate representation of color #743B58: hue angle of 329.47º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B58 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1165988-
CMYK00.490.240.55
HSL329.47º32.57%34.31%-
HSV(B)329.47º49.14%45.49%-
XYZ10.537.5510.13-
YUV79.35132.88154.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=44.11%
G=22.43%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116598800.490.240.55329.4732.5734.31
Hex743B5803118371492122
Octal1647313006130675114142
Binary11101001110111011000011000111000110111101001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743B58; }

 p { color: rgb(116,59,88); }

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

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

 a { background-color: rgb(116,59,88); }

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

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

 span { border-color: rgb(116,59,88); }

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