Shades of Tawny Port #602F42
Tints of Tawny Port #602F42
RGB
CMYK
RGB Variations
Color information
#602F42 (or 0x602F42) is known color: Tawny Port. HEX triplet: 60, 2F and 42. RGB value is (96,47,66). Sum of RGB (Red+Green+Blue) = 96+47+66=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F42 is #9FD0BD. Grayscale: #3F3F3F. Windows color (decimal): -10473662 or 4337504. OLE color: 4337504.
HSL color Cylindrical-coordinate representation of color #602F42: hue angle of 336.73º 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 #602F42 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 66 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.62 |
| HSL | 336.73º | 0.34% | 0.28% | - |
| HSV(B) | 336.73º | 0.51% | 0.38% | - |
| XYZ | 6.82 | 4.91 | 5.74 | - |
| YUV | 63.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 66 | 0 | 0.51 | 0.31 | 0.62 | 336.73 | 0.34 | 0.28 |
| Hex | 60 | 2F | 42 | 0 | 33 | 1F | 3E | 151 | 22 | 1C |
| Octal | 140 | 57 | 102 | 0 | 63 | 37 | 76 | 521 | 42 | 34 |
| Binary | 1100000 | 101111 | 1000010 | 0 | 110011 | 11111 | 111110 | 101010001 | 100010 | 11100 |
Color Harmonies of #602F42
Complementary color
Monochromatic Colors of #602F42
Black with #602F42
Text Example
Text Example
White with #602F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F42; }
p { color: rgb(96,47,66); }
H1.HeaderClassName
{
color: #602F42;
}
.AnyTagClassName
{
color: #602F42;
}
</style>
background-color css
<style>
a { background-color: #602F42; }
a { background-color: rgb(96,47,66); }
div.DivClassName
{
background-color: #602F42;
}
.BgClassName
{
background-color: #602F42;
}
</style>
border-color css
<style>
span { border-color: #602F42; }
span { border-color: rgb(96,47,66); }
td.TdClassName
{
border-color: #602F42;
}
.TagClassName
{
border-color: #602F42;
}
</style>