#743A58

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

Shades of Finn #743A58

Tints of Finn #743A58

Color information

#743A58 (or 0x743A58) is unknown color: approx Finn. HEX triplet: 74, 3A and 58. RGB value is (116,58,88). Sum of RGB (Red+Green+Blue) = 116+58+88=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #743A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A58 is #8BC5A7. Grayscale: #4E4E4E. Windows color (decimal): -9160104 or 5782132. OLE color: 5782132.

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

Color convert

RGB1165888-
CMYK00.50.240.55
HSL328.97º33.33%34.12%-
HSV(B)328.97º50%45.49%-
XYZ10.487.4410.12-
YUV78.76133.22154.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=44.27%
G=22.14%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116588800.50.240.55328.9733.3334.12
Hex743A5803218371492122
Octal1647213006230675114142
Binary11101001110101011000011001011000110111101001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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