Shades of Tawny Port #5C2F41
Tints of Tawny Port #5C2F41
RGB
CMYK
RGB Variations
Color information
#5C2F41 (or 0x5C2F41) is known color: Tawny Port. HEX triplet: 5C, 2F and 41. RGB value is (92,47,65). Sum of RGB (Red+Green+Blue) = 92+47+65=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2F41 is #A3D0BE. Grayscale: #3E3E3E. Windows color (decimal): -10735807 or 4271964. OLE color: 4271964.
HSL color Cylindrical-coordinate representation of color #5C2F41: hue angle of 336º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C2F41 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 47 | 65 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.64 |
| HSL | 336º | 0.32% | 0.27% | - |
| HSV(B) | 336º | 0.49% | 0.36% | - |
| XYZ | 6.38 | 4.69 | 5.57 | - |
| YUV | 62.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 65 | 0 | 0.49 | 0.29 | 0.64 | 336 | 0.32 | 0.27 |
| Hex | 5C | 2F | 41 | 0 | 31 | 1D | 40 | 150 | 20 | 1B |
| Octal | 134 | 57 | 101 | 0 | 61 | 35 | 100 | 520 | 40 | 33 |
| Binary | 1011100 | 101111 | 1000001 | 0 | 110001 | 11101 | 1000000 | 101010000 | 100000 | 11011 |
Color Harmonies of #5C2F41
Complementary color
Monochromatic Colors of #5C2F41
Black with #5C2F41
Text Example
Text Example
White with #5C2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2F41; }
p { color: rgb(92,47,65); }
H1.HeaderClassName
{
color: #5C2F41;
}
.AnyTagClassName
{
color: #5C2F41;
}
</style>
background-color css
<style>
a { background-color: #5C2F41; }
a { background-color: rgb(92,47,65); }
div.DivClassName
{
background-color: #5C2F41;
}
.BgClassName
{
background-color: #5C2F41;
}
</style>
border-color css
<style>
span { border-color: #5C2F41; }
span { border-color: rgb(92,47,65); }
td.TdClassName
{
border-color: #5C2F41;
}
.TagClassName
{
border-color: #5C2F41;
}
</style>