#743D5B

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

Shades of Finn #743D5B

Tints of Finn #743D5B

Color information

#743D5B (or 0x743D5B) is unknown color: approx Finn. HEX triplet: 74, 3D and 5B. RGB value is (116,61,91). Sum of RGB (Red+Green+Blue) = 116+61+91=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #743D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D5B is #8BC2A4. Grayscale: #505050. Windows color (decimal): -9159333 or 5979508. OLE color: 5979508.

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

Color convert

RGB1166191-
CMYK00.470.220.55
HSL327.27º31.07%34.71%-
HSV(B)327.27º47.41%45.49%-
XYZ10.767.8110.84-
YUV80.86133.72153.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 61 (24.22% from 255) = 22.76%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=43.28%
G=22.76%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116619100.470.220.55327.2731.0734.71
Hex743D5B02F16371471f23
Octal1647513305726675073743
Binary1110100111101101101101011111011011011110100011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,91); }

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

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

 a { background-color: rgb(116,61,91); }

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

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

 span { border-color: rgb(116,61,91); }

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