Shades of Copper Rust #91504B
Tints of Copper Rust #91504B
RGB
CMYK
RGB Variations
Color information
#91504B (or 0x91504B) is known color: Copper Rust. HEX triplet: 91, 50 and 4B. RGB value is (145,80,75). Sum of RGB (Red+Green+Blue) = 145+80+75=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #91504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91504B is #6EAFB4. Grayscale: #626262. Windows color (decimal): -7253941 or 4935825. OLE color: 4935825.
HSL color Cylindrical-coordinate representation of color #91504B: hue angle of 4.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91504B is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 75 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.43 |
| HSL | 4.29º | 0.32% | 0.43% | - |
| HSV(B) | 4.29º | 0.48% | 0.57% | - |
| XYZ | 15.82 | 12.27 | 8.19 | - |
| YUV | 98.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 75 | 0 | 0.45 | 0.48 | 0.43 | 4.29 | 0.32 | 0.43 |
| Hex | 91 | 50 | 4B | 0 | 2D | 30 | 2B | 4 | 20 | 2B |
| Octal | 221 | 120 | 113 | 0 | 55 | 60 | 53 | 4 | 40 | 53 |
| Binary | 10010001 | 1010000 | 1001011 | 0 | 101101 | 110000 | 101011 | 100 | 100000 | 101011 |
Color Harmonies of #91504B
Complementary color
Monochromatic Colors of #91504B
Black with #91504B
Text Example
Text Example
White with #91504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91504B; }
p { color: rgb(145,80,75); }
H1.HeaderClassName
{
color: #91504B;
}
.AnyTagClassName
{
color: #91504B;
}
</style>
background-color css
<style>
a { background-color: #91504B; }
a { background-color: rgb(145,80,75); }
div.DivClassName
{
background-color: #91504B;
}
.BgClassName
{
background-color: #91504B;
}
</style>
border-color css
<style>
span { border-color: #91504B; }
span { border-color: rgb(145,80,75); }
td.TdClassName
{
border-color: #91504B;
}
.TagClassName
{
border-color: #91504B;
}
</style>