#603049

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

Shades of Tawny Port #603049

Tints of Tawny Port #603049

Color information

#603049 (or 0x603049) is unknown color: approx Tawny Port. HEX triplet: 60, 30 and 49. RGB value is (96,48,73). Sum of RGB (Red+Green+Blue) = 96+48+73=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603049 is #9FCFB6. Grayscale: #414141. Windows color (decimal): -10473399 or 4796512. OLE color: 4796512.

HSL color Cylindrical-coordinate representation of color #603049: hue angle of 328.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603049 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB964873-
CMYK00.500.240.62
HSL328.75º33.33%28.24%-
HSV(B)328.75º50%37.65%-
XYZ7.085.086.91-
YUV65.2132.4149.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=44.24%
G=22.12%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96487300.500.240.62328.7533.3328.24
Hex603049032183E149211c
Octal1406011106230765114134
Binary1100000110000100100101100101100011111010100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603049; }

 p { color: rgb(96,48,73); }

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

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

 a { background-color: rgb(96,48,73); }

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

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

 span { border-color: rgb(96,48,73); }

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