Shades of Tawny Port #602F43
Tints of Tawny Port #602F43
RGB
CMYK
RGB Variations
Color information
#602F43 (or 0x602F43) is known color: Tawny Port. HEX triplet: 60, 2F and 43. RGB value is (96,47,67). Sum of RGB (Red+Green+Blue) = 96+47+67=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F43 is #9FD0BC. Grayscale: #3F3F3F. Windows color (decimal): -10473661 or 4403040. OLE color: 4403040.
HSL color Cylindrical-coordinate representation of color #602F43: hue angle of 335.51º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F43 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 67 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.62 |
| HSL | 335.51º | 0.34% | 0.28% | - |
| HSV(B) | 335.51º | 0.51% | 0.38% | - |
| XYZ | 6.85 | 4.93 | 5.9 | - |
| YUV | 63.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 67 | 0 | 0.51 | 0.30 | 0.62 | 335.51 | 0.34 | 0.28 |
| Hex | 60 | 2F | 43 | 0 | 33 | 1E | 3E | 150 | 22 | 1C |
| Octal | 140 | 57 | 103 | 0 | 63 | 36 | 76 | 520 | 42 | 34 |
| Binary | 1100000 | 101111 | 1000011 | 0 | 110011 | 11110 | 111110 | 101010000 | 100010 | 11100 |
Color Harmonies of #602F43
Complementary color
Monochromatic Colors of #602F43
Black with #602F43
Text Example
Text Example
White with #602F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F43; }
p { color: rgb(96,47,67); }
H1.HeaderClassName
{
color: #602F43;
}
.AnyTagClassName
{
color: #602F43;
}
</style>
background-color css
<style>
a { background-color: #602F43; }
a { background-color: rgb(96,47,67); }
div.DivClassName
{
background-color: #602F43;
}
.BgClassName
{
background-color: #602F43;
}
</style>
border-color css
<style>
span { border-color: #602F43; }
span { border-color: rgb(96,47,67); }
td.TdClassName
{
border-color: #602F43;
}
.TagClassName
{
border-color: #602F43;
}
</style>