#743B44

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

Shades of Tosca #743B44

Tints of Tosca #743B44

Color information

#743B44 (or 0x743B44) is unknown color: approx Tosca. HEX triplet: 74, 3B and 44. RGB value is (116,59,68). Sum of RGB (Red+Green+Blue) = 116+59+68=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #743B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B44 is #8BC4BB. Grayscale: #4D4D4D. Windows color (decimal): -9159868 or 4471668. OLE color: 4471668.

HSL color Cylindrical-coordinate representation of color #743B44: hue angle of 350.53º 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 #743B44 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1165968-
CMYK00.490.410.55
HSL350.53º32.57%34.31%-
HSV(B)350.53º49.14%45.49%-
XYZ9.817.266.35-
YUV77.07122.88155.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=47.74%
G=24.28%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116596800.490.410.55350.5332.5734.31
Hex743B44031293715f2122
Octal1647310406151675374142
Binary111010011101110001000110001101001110111101011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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