#733A42

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

Shades of Tosca #733A42

Tints of Tosca #733A42

Color information

#733A42 (or 0x733A42) is unknown color: approx Tosca. HEX triplet: 73, 3A and 42. RGB value is (115,58,66). Sum of RGB (Red+Green+Blue) = 115+58+66=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #733A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A42 is #8CC5BD. Grayscale: #4B4B4B. Windows color (decimal): -9225662 or 4340339. OLE color: 4340339.

HSL color Cylindrical-coordinate representation of color #733A42: hue angle of 351.58º 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 #733A42 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1155866-
CMYK00.500.430.55
HSL351.58º32.95%33.92%-
HSV(B)351.58º49.57%45.1%-
XYZ9.577.066.01-
YUV75.96122.38155.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=48.12%
G=24.27%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115586600.500.430.55351.5832.9533.92
Hex733A420322B371602122
Octal1637210206253675404142
Binary111001111101010000100110010101011110111101100000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A42; }

 p { color: rgb(115,58,66); }

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

<style>
 a { background-color: #733A42; }

 a { background-color: rgb(115,58,66); }

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

<style>
 span { border-color: #733A42; }

 span { border-color: rgb(115,58,66); }

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