Shades of Rum #71617B
Tints of Rum #71617B
RGB
CMYK
RGB Variations
Color information
#71617B (or 0x71617B) is known color: Rum. HEX triplet: 71, 61 and 7B. RGB value is (113,97,123). Sum of RGB (Red+Green+Blue) = 113+97+123=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #71617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71617B is #8E9E84. Grayscale: #686868. Windows color (decimal): -9346693 or 8085873. OLE color: 8085873.
HSL color Cylindrical-coordinate representation of color #71617B: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71617B is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 97 | 123 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.52 |
| HSL | 276.92º | 0.12% | 0.43% | - |
| HSV(B) | 276.92º | 0.21% | 0.48% | - |
| XYZ | 14.66 | 13.49 | 20.57 | - |
| YUV | 104.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 123 | 0.08 | 0.21 | 0 | 0.52 | 276.92 | 0.12 | 0.43 |
| Hex | 71 | 61 | 7B | 8 | 15 | 0 | 34 | 115 | C | 2B |
| Octal | 161 | 141 | 173 | 10 | 25 | 0 | 64 | 425 | 14 | 53 |
| Binary | 1110001 | 1100001 | 1111011 | 1000 | 10101 | 0 | 110100 | 100010101 | 1100 | 101011 |
Color Harmonies of #71617B
Complementary color
Monochromatic Colors of #71617B
Black with #71617B
Text Example
Text Example
White with #71617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71617B; }
p { color: rgb(113,97,123); }
H1.HeaderClassName
{
color: #71617B;
}
.AnyTagClassName
{
color: #71617B;
}
</style>
background-color css
<style>
a { background-color: #71617B; }
a { background-color: rgb(113,97,123); }
div.DivClassName
{
background-color: #71617B;
}
.BgClassName
{
background-color: #71617B;
}
</style>
border-color css
<style>
span { border-color: #71617B; }
span { border-color: rgb(113,97,123); }
td.TdClassName
{
border-color: #71617B;
}
.TagClassName
{
border-color: #71617B;
}
</style>