#603143

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

Shades of Tawny Port #603143

Tints of Tawny Port #603143

Color information

#603143 (or 0x603143) is unknown color: approx Tawny Port. HEX triplet: 60, 31 and 43. RGB value is (96,49,67). Sum of RGB (Red+Green+Blue) = 96+49+67=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603143 is #9FCEBC. Grayscale: #414141. Windows color (decimal): -10473149 or 4403552. OLE color: 4403552.

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

Color convert

RGB964967-
CMYK00.490.300.62
HSL337.02º32.41%28.43%-
HSV(B)337.02º48.96%37.65%-
XYZ6.945.095.93-
YUV65.1129.07150.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=45.28%
G=23.11%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96496700.490.300.62337.0232.4128.43
Hex6031430311E3E151201c
Octal1406110306136765214034
Binary1100000110001100001101100011111011111010101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603143; }

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

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

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

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

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

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

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

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