#743B41

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

Shades of Tosca #743B41

Tints of Tosca #743B41

Color information

#743B41 (or 0x743B41) is unknown color: approx Tosca. HEX triplet: 74, 3B and 41. RGB value is (116,59,65). Sum of RGB (Red+Green+Blue) = 116+59+65=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B41 is #8BC4BE. Grayscale: #4C4C4C. Windows color (decimal): -9159871 or 4275060. OLE color: 4275060.

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

Color convert

RGB1165965-
CMYK00.490.440.55
HSL353.68º32.57%34.31%-
HSV(B)353.68º49.14%45.49%-
XYZ9.727.225.88-
YUV76.73121.38156.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=48.33%
G=24.58%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116596500.490.440.55353.6832.5734.31
Hex743B410312C371622122
Octal1647310106154675424142
Binary111010011101110000010110001101100110111101100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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