#603A4D

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

Shades of Tawny Port #603A4D

Tints of Tawny Port #603A4D

Color information

#603A4D (or 0x603A4D) is unknown color: approx Tawny Port. HEX triplet: 60, 3A and 4D. RGB value is (96,58,77). Sum of RGB (Red+Green+Blue) = 96+58+77=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A4D is #9FC5B2. Grayscale: #474747. Windows color (decimal): -10470835 or 5061216. OLE color: 5061216.

HSL color Cylindrical-coordinate representation of color #603A4D: hue angle of 330º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A4D is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB965877-
CMYK00.400.200.62
HSL330º24.68%30.2%-
HSV(B)330º39.58%37.65%-
XYZ7.686.057.78-
YUV71.53131.09145.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=41.56%
G=25.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96587700.400.200.6233024.6830.2
Hex603A4D028143E14a191e
Octal1407211505024765123136
Binary110000011101010011010101000101001111101010010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A4D; }

 p { color: rgb(96,58,77); }

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

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

 a { background-color: rgb(96,58,77); }

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

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

 span { border-color: rgb(96,58,77); }

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