#733B42

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

Shades of Tosca #733B42

Tints of Tosca #733B42

Color information

#733B42 (or 0x733B42) is unknown color: approx Tosca. HEX triplet: 73, 3B and 42. RGB value is (115,59,66). Sum of RGB (Red+Green+Blue) = 115+59+66=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #733B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B42 is #8CC4BD. Grayscale: #4C4C4C. Windows color (decimal): -9225406 or 4340595. OLE color: 4340595.

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

Color convert

RGB1155966-
CMYK00.490.430.55
HSL352.5º32.18%34.12%-
HSV(B)352.5º48.7%45.1%-
XYZ9.627.176.03-
YUV76.54122.05155.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=47.92%
G=24.58%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115596600.490.430.55352.532.1834.12
Hex733B420312B371602022
Octal1637310206153675404042
Binary111001111101110000100110001101011110111101100000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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