#734148

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

Shades of Tosca #734148

Tints of Tosca #734148

Color information

#734148 (or 0x734148) is unknown color: approx Tosca. HEX triplet: 73, 41 and 48. RGB value is (115,65,72). Sum of RGB (Red+Green+Blue) = 115+65+72=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734148 is #8CBEB7. Grayscale: #505050. Windows color (decimal): -9223864 or 4735347. OLE color: 4735347.

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

Color convert

RGB1156572-
CMYK00.430.370.55
HSL351.6º27.78%35.29%-
HSV(B)351.6º43.48%45.1%-
XYZ10.137.897.12-
YUV80.75123.06152.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=45.63%
G=25.79%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115657200.430.370.55351.627.7835.29
Hex73414802B25371601c23
Octal16310111005345675403443
Binary111001110000011001000010101110010111011110110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734148; }

 p { color: rgb(115,65,72); }

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

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

 a { background-color: rgb(115,65,72); }

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

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

 span { border-color: rgb(115,65,72); }

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