Shades of Tawny Port #62324C
Tints of Tawny Port #62324C
RGB
CMYK
RGB Variations
Color information
#62324C (or 0x62324C) is known color: Tawny Port. HEX triplet: 62, 32 and 4C. RGB value is (98,50,76). Sum of RGB (Red+Green+Blue) = 98+50+76=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62324C is #9DCDB3. Grayscale: #434343. Windows color (decimal): -10341812 or 4993634. OLE color: 4993634.
HSL color Cylindrical-coordinate representation of color #62324C: hue angle of 327.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62324C is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 76 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.62 |
| HSL | 327.5º | 0.32% | 0.29% | - |
| HSV(B) | 327.5º | 0.49% | 0.38% | - |
| XYZ | 7.48 | 5.4 | 7.49 | - |
| YUV | 67.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 76 | 0 | 0.49 | 0.22 | 0.62 | 327.5 | 0.32 | 0.29 |
| Hex | 62 | 32 | 4C | 0 | 31 | 16 | 3E | 148 | 20 | 1D |
| Octal | 142 | 62 | 114 | 0 | 61 | 26 | 76 | 510 | 40 | 35 |
| Binary | 1100010 | 110010 | 1001100 | 0 | 110001 | 10110 | 111110 | 101001000 | 100000 | 11101 |
Color Harmonies of #62324C
Complementary color
Monochromatic Colors of #62324C
Black with #62324C
Text Example
Text Example
White with #62324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62324C; }
p { color: rgb(98,50,76); }
H1.HeaderClassName
{
color: #62324C;
}
.AnyTagClassName
{
color: #62324C;
}
</style>
background-color css
<style>
a { background-color: #62324C; }
a { background-color: rgb(98,50,76); }
div.DivClassName
{
background-color: #62324C;
}
.BgClassName
{
background-color: #62324C;
}
</style>
border-color css
<style>
span { border-color: #62324C; }
span { border-color: rgb(98,50,76); }
td.TdClassName
{
border-color: #62324C;
}
.TagClassName
{
border-color: #62324C;
}
</style>