Shades of Tawny Port #65324A
Tints of Tawny Port #65324A
RGB
CMYK
RGB Variations
Color information
#65324A (or 0x65324A) is known color: Tawny Port. HEX triplet: 65, 32 and 4A. RGB value is (101,50,74). Sum of RGB (Red+Green+Blue) = 101+50+74=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #65324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65324A is #9ACDB5. Grayscale: #434343. Windows color (decimal): -10145206 or 4862565. OLE color: 4862565.
HSL color Cylindrical-coordinate representation of color #65324A: hue angle of 331.76º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65324A is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 74 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.60 |
| HSL | 331.76º | 0.34% | 0.3% | - |
| HSV(B) | 331.76º | 0.5% | 0.4% | - |
| XYZ | 7.74 | 5.54 | 7.14 | - |
| YUV | 67.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 74 | 0 | 0.50 | 0.27 | 0.60 | 331.76 | 0.34 | 0.3 |
| Hex | 65 | 32 | 4A | 0 | 32 | 1B | 3C | 14C | 22 | 1E |
| Octal | 145 | 62 | 112 | 0 | 62 | 33 | 74 | 514 | 42 | 36 |
| Binary | 1100101 | 110010 | 1001010 | 0 | 110010 | 11011 | 111100 | 101001100 | 100010 | 11110 |
Color Harmonies of #65324A
Complementary color
Monochromatic Colors of #65324A
Black with #65324A
Text Example
Text Example
White with #65324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65324A; }
p { color: rgb(101,50,74); }
H1.HeaderClassName
{
color: #65324A;
}
.AnyTagClassName
{
color: #65324A;
}
</style>
background-color css
<style>
a { background-color: #65324A; }
a { background-color: rgb(101,50,74); }
div.DivClassName
{
background-color: #65324A;
}
.BgClassName
{
background-color: #65324A;
}
</style>
border-color css
<style>
span { border-color: #65324A; }
span { border-color: rgb(101,50,74); }
td.TdClassName
{
border-color: #65324A;
}
.TagClassName
{
border-color: #65324A;
}
</style>