#60324B

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

Shades of Tawny Port #60324B

Tints of Tawny Port #60324B

Color information

#60324B (or 0x60324B) is unknown color: approx Tawny Port. HEX triplet: 60, 32 and 4B. RGB value is (96,50,75). Sum of RGB (Red+Green+Blue) = 96+50+75=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60324B is #9FCDB4. Grayscale: #424242. Windows color (decimal): -10472885 or 4928096. OLE color: 4928096.

HSL color Cylindrical-coordinate representation of color #60324B: hue angle of 327.39º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60324B is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB965075-
CMYK00.480.220.62
HSL327.39º31.51%28.63%-
HSV(B)327.39º47.92%37.65%-
XYZ7.235.287.29-
YUV66.6132.74148.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=43.44%
G=22.62%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96507500.480.220.62327.3931.5128.63
Hex60324B030163E147201d
Octal1406211306026765074035
Binary1100000110010100101101100001011011111010100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60324B; }

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

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

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

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

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

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

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

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