Shades of Tawny Port #632F42
Tints of Tawny Port #632F42
RGB
CMYK
RGB Variations
Color information
#632F42 (or 0x632F42) is known color: Tawny Port. HEX triplet: 63, 2F and 42. RGB value is (99,47,66). Sum of RGB (Red+Green+Blue) = 99+47+66=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #632F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F42 is #9CD0BD. Grayscale: #404040. Windows color (decimal): -10277054 or 4337507. OLE color: 4337507.
HSL color Cylindrical-coordinate representation of color #632F42: hue angle of 338.08º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F42 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 66 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.61 |
| HSL | 338.08º | 0.36% | 0.29% | - |
| HSV(B) | 338.08º | 0.53% | 0.39% | - |
| XYZ | 7.15 | 5.08 | 5.76 | - |
| YUV | 64.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 66 | 0 | 0.53 | 0.33 | 0.61 | 338.08 | 0.36 | 0.29 |
| Hex | 63 | 2F | 42 | 0 | 35 | 21 | 3D | 152 | 24 | 1D |
| Octal | 143 | 57 | 102 | 0 | 65 | 41 | 75 | 522 | 44 | 35 |
| Binary | 1100011 | 101111 | 1000010 | 0 | 110101 | 100001 | 111101 | 101010010 | 100100 | 11101 |
Color Harmonies of #632F42
Complementary color
Monochromatic Colors of #632F42
Black with #632F42
Text Example
Text Example
White with #632F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F42; }
p { color: rgb(99,47,66); }
H1.HeaderClassName
{
color: #632F42;
}
.AnyTagClassName
{
color: #632F42;
}
</style>
background-color css
<style>
a { background-color: #632F42; }
a { background-color: rgb(99,47,66); }
div.DivClassName
{
background-color: #632F42;
}
.BgClassName
{
background-color: #632F42;
}
</style>
border-color css
<style>
span { border-color: #632F42; }
span { border-color: rgb(99,47,66); }
td.TdClassName
{
border-color: #632F42;
}
.TagClassName
{
border-color: #632F42;
}
</style>