Shades of Copper Rust #98584B
Tints of Copper Rust #98584B
RGB
CMYK
RGB Variations
Color information
#98584B (or 0x98584B) is known color: Copper Rust. HEX triplet: 98, 58 and 4B. RGB value is (152,88,75). Sum of RGB (Red+Green+Blue) = 152+88+75=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98584B is #67A7B4. Grayscale: #696969. Windows color (decimal): -6793141 or 4937880. OLE color: 4937880.
HSL color Cylindrical-coordinate representation of color #98584B: hue angle of 10.13º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98584B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 75 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.40 |
| HSL | 10.13º | 0.34% | 0.45% | - |
| HSV(B) | 10.13º | 0.51% | 0.6% | - |
| XYZ | 17.71 | 14.16 | 8.46 | - |
| YUV | 105.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 75 | 0 | 0.42 | 0.51 | 0.40 | 10.13 | 0.34 | 0.45 |
| Hex | 98 | 58 | 4B | 0 | 2A | 33 | 28 | A | 22 | 2D |
| Octal | 230 | 130 | 113 | 0 | 52 | 63 | 50 | 12 | 42 | 55 |
| Binary | 10011000 | 1011000 | 1001011 | 0 | 101010 | 110011 | 101000 | 1010 | 100010 | 101101 |
Color Harmonies of #98584B
Complementary color
Monochromatic Colors of #98584B
Black with #98584B
Text Example
Text Example
White with #98584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98584B; }
p { color: rgb(152,88,75); }
H1.HeaderClassName
{
color: #98584B;
}
.AnyTagClassName
{
color: #98584B;
}
</style>
background-color css
<style>
a { background-color: #98584B; }
a { background-color: rgb(152,88,75); }
div.DivClassName
{
background-color: #98584B;
}
.BgClassName
{
background-color: #98584B;
}
</style>
border-color css
<style>
span { border-color: #98584B; }
span { border-color: rgb(152,88,75); }
td.TdClassName
{
border-color: #98584B;
}
.TagClassName
{
border-color: #98584B;
}
</style>