#734049

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

Shades of Tosca #734049

Tints of Tosca #734049

Color information

#734049 (or 0x734049) is unknown color: approx Tosca. HEX triplet: 73, 40 and 49. RGB value is (115,64,73). Sum of RGB (Red+Green+Blue) = 115+64+73=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734049 is #8CBFB6. Grayscale: #505050. Windows color (decimal): -9224119 or 4800627. OLE color: 4800627.

HSL color Cylindrical-coordinate representation of color #734049: hue angle of 349.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734049 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1156473-
CMYK00.440.370.55
HSL349.41º28.49%35.1%-
HSV(B)349.41º44.35%45.1%-
XYZ10.117.797.27-
YUV80.28123.9152.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=45.63%
G=25.40%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115647300.440.370.55349.4128.4935.1
Hex73404902C253715d1c23
Octal16310011105445675353443
Binary111001110000001001001010110010010111011110101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734049; }

 p { color: rgb(115,64,73); }

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

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

 a { background-color: rgb(115,64,73); }

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

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

 span { border-color: rgb(115,64,73); }

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