#603149

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

Shades of Tawny Port #603149

Tints of Tawny Port #603149

Color information

#603149 (or 0x603149) is unknown color: approx Tawny Port. HEX triplet: 60, 31 and 49. RGB value is (96,49,73). Sum of RGB (Red+Green+Blue) = 96+49+73=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #603149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603149 is #9FCEB6. Grayscale: #414141. Windows color (decimal): -10473143 or 4796768. OLE color: 4796768.

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

Color convert

RGB964973-
CMYK00.490.240.62
HSL329.36º32.41%28.43%-
HSV(B)329.36º48.96%37.65%-
XYZ7.125.166.92-
YUV65.79132.07149.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=44.04%
G=22.48%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96497300.490.240.62329.3632.4128.43
Hex603149031183E149201c
Octal1406111106130765114034
Binary1100000110001100100101100011100011111010100100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603149; }

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

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

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

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

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

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

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

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