Shades of Tawny Port #703645
Tints of Tawny Port #703645
RGB
CMYK
RGB Variations
Color information
#703645 (or 0x703645) is known color: Tawny Port. HEX triplet: 70, 36 and 45. RGB value is (112,54,69). Sum of RGB (Red+Green+Blue) = 112+54+69=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703645 is #8FC9BA. Grayscale: #494949. Windows color (decimal): -9423291 or 4535920. OLE color: 4535920.
HSL color Cylindrical-coordinate representation of color #703645: hue angle of 344.48º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703645 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 69 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.56 |
| HSL | 344.48º | 0.35% | 0.33% | - |
| HSV(B) | 344.48º | 0.52% | 0.44% | - |
| XYZ | 9.08 | 6.51 | 6.41 | - |
| YUV | 73.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 69 | 0 | 0.52 | 0.38 | 0.56 | 344.48 | 0.35 | 0.33 |
| Hex | 70 | 36 | 45 | 0 | 34 | 26 | 38 | 158 | 23 | 21 |
| Octal | 160 | 66 | 105 | 0 | 64 | 46 | 70 | 530 | 43 | 41 |
| Binary | 1110000 | 110110 | 1000101 | 0 | 110100 | 100110 | 111000 | 101011000 | 100011 | 100001 |
Color Harmonies of #703645
Complementary color
Monochromatic Colors of #703645
Black with #703645
Text Example
Text Example
White with #703645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703645; }
p { color: rgb(112,54,69); }
H1.HeaderClassName
{
color: #703645;
}
.AnyTagClassName
{
color: #703645;
}
</style>
background-color css
<style>
a { background-color: #703645; }
a { background-color: rgb(112,54,69); }
div.DivClassName
{
background-color: #703645;
}
.BgClassName
{
background-color: #703645;
}
</style>
border-color css
<style>
span { border-color: #703645; }
span { border-color: rgb(112,54,69); }
td.TdClassName
{
border-color: #703645;
}
.TagClassName
{
border-color: #703645;
}
</style>