Shades of Bordeaux #58152A
Tints of Bordeaux #58152A
RGB
CMYK
RGB Variations
Color information
#58152A (or 0x58152A) is known color: Bordeaux. HEX triplet: 58, 15 and 2A. RGB value is (88,21,42). Sum of RGB (Red+Green+Blue) = 88+21+42=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58152A is #A7EAD5. Grayscale: #2B2B2B. Windows color (decimal): -11004630 or 2757976. OLE color: 2757976.
HSL color Cylindrical-coordinate representation of color #58152A: hue angle of 341.19º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58152A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 42 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.65 |
| HSL | 341.19º | 0.61% | 0.21% | - |
| HSV(B) | 341.19º | 0.76% | 0.35% | - |
| XYZ | 4.71 | 2.78 | 2.48 | - |
| YUV | 43.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 42 | 0 | 0.76 | 0.52 | 0.65 | 341.19 | 0.61 | 0.21 |
| Hex | 58 | 15 | 2A | 0 | 4C | 34 | 41 | 155 | 3D | 15 |
| Octal | 130 | 25 | 52 | 0 | 114 | 64 | 101 | 525 | 75 | 25 |
| Binary | 1011000 | 10101 | 101010 | 0 | 1001100 | 110100 | 1000001 | 101010101 | 111101 | 10101 |
Color Harmonies of #58152A
Complementary color
Monochromatic Colors of #58152A
Black with #58152A
Text Example
Text Example
White with #58152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58152A; }
p { color: rgb(88,21,42); }
H1.HeaderClassName
{
color: #58152A;
}
.AnyTagClassName
{
color: #58152A;
}
</style>
background-color css
<style>
a { background-color: #58152A; }
a { background-color: rgb(88,21,42); }
div.DivClassName
{
background-color: #58152A;
}
.BgClassName
{
background-color: #58152A;
}
</style>
border-color css
<style>
span { border-color: #58152A; }
span { border-color: rgb(88,21,42); }
td.TdClassName
{
border-color: #58152A;
}
.TagClassName
{
border-color: #58152A;
}
</style>