#603147

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

Shades of Tawny Port #603147

Tints of Tawny Port #603147

Color information

#603147 (or 0x603147) is unknown color: approx Tawny Port. HEX triplet: 60, 31 and 47. RGB value is (96,49,71). Sum of RGB (Red+Green+Blue) = 96+49+71=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #603147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603147 is #9FCEB8. Grayscale: #414141. Windows color (decimal): -10473145 or 4665696. OLE color: 4665696.

HSL color Cylindrical-coordinate representation of color #603147: hue angle of 331.91º 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 #603147 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB964971-
CMYK00.490.260.62
HSL331.91º32.41%28.43%-
HSV(B)331.91º48.96%37.65%-
XYZ7.065.146.58-
YUV65.56131.07149.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=44.44%
G=22.69%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96497100.490.260.62331.9132.4128.43
Hex6031470311A3E14c201c
Octal1406110706132765144034
Binary1100000110001100011101100011101011111010100110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603147; }

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

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

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

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

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

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

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

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