Shades of Tawny Port #62314B
Tints of Tawny Port #62314B
RGB
CMYK
RGB Variations
Color information
#62314B (or 0x62314B) is known color: Tawny Port. HEX triplet: 62, 31 and 4B. RGB value is (98,49,75). Sum of RGB (Red+Green+Blue) = 98+49+75=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62314B is #9DCEB4. Grayscale: #424242. Windows color (decimal): -10342069 or 4927842. OLE color: 4927842.
HSL color Cylindrical-coordinate representation of color #62314B: hue angle of 328.16º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62314B is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 75 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.62 |
| HSL | 328.16º | 0.33% | 0.29% | - |
| HSV(B) | 328.16º | 0.5% | 0.38% | - |
| XYZ | 7.41 | 5.3 | 7.29 | - |
| YUV | 66.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 75 | 0 | 0.5 | 0.23 | 0.62 | 328.16 | 0.33 | 0.29 |
| Hex | 62 | 31 | 4B | 0 | 32 | 17 | 3E | 148 | 21 | 1D |
| Octal | 142 | 61 | 113 | 0 | 62 | 27 | 76 | 510 | 41 | 35 |
| Binary | 1100010 | 110001 | 1001011 | 0 | 110010 | 10111 | 111110 | 101001000 | 100001 | 11101 |
Color Harmonies of #62314B
Complementary color
Monochromatic Colors of #62314B
Black with #62314B
Text Example
Text Example
White with #62314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62314B; }
p { color: rgb(98,49,75); }
H1.HeaderClassName
{
color: #62314B;
}
.AnyTagClassName
{
color: #62314B;
}
</style>
background-color css
<style>
a { background-color: #62314B; }
a { background-color: rgb(98,49,75); }
div.DivClassName
{
background-color: #62314B;
}
.BgClassName
{
background-color: #62314B;
}
</style>
border-color css
<style>
span { border-color: #62314B; }
span { border-color: rgb(98,49,75); }
td.TdClassName
{
border-color: #62314B;
}
.TagClassName
{
border-color: #62314B;
}
</style>