#603A4B

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

Shades of Tawny Port #603A4B

Tints of Tawny Port #603A4B

Color information

#603A4B (or 0x603A4B) is unknown color: approx Tawny Port. HEX triplet: 60, 3A and 4B. RGB value is (96,58,75). Sum of RGB (Red+Green+Blue) = 96+58+75=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A4B is #9FC5B4. Grayscale: #474747. Windows color (decimal): -10470837 or 4930144. OLE color: 4930144.

HSL color Cylindrical-coordinate representation of color #603A4B: hue angle of 333.16º 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 #603A4B is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB965875-
CMYK00.400.220.62
HSL333.16º24.68%30.2%-
HSV(B)333.16º39.58%37.65%-
XYZ7.616.027.42-
YUV71.3130.09145.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=41.92%
G=25.33%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96587500.400.220.62333.1624.6830.2
Hex603A4B028163E14d191e
Octal1407211305026765153136
Binary110000011101010010110101000101101111101010011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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