Shades of Bordeaux #58041C
Tints of Bordeaux #58041C
RGB
CMYK
RGB Variations
Color information
#58041C (or 0x58041C) is known color: Bordeaux. HEX triplet: 58, 04 and 1C. RGB value is (88,4,28). Sum of RGB (Red+Green+Blue) = 88+4+28=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58041C is #A7FBE3. Grayscale: #1F1F1F. Windows color (decimal): -11008996 or 1836120. OLE color: 1836120.
HSL color Cylindrical-coordinate representation of color #58041C: hue angle of 342.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58041C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 28 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.65 |
| HSL | 342.86º | 0.91% | 0.18% | - |
| HSV(B) | 342.86º | 0.95% | 0.35% | - |
| XYZ | 4.28 | 2.25 | 1.31 | - |
| YUV | 31.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 28 | 0 | 0.95 | 0.68 | 0.65 | 342.86 | 0.91 | 0.18 |
| Hex | 58 | 4 | 1C | 0 | 5F | 44 | 41 | 157 | 5B | 12 |
| Octal | 130 | 4 | 34 | 0 | 137 | 104 | 101 | 527 | 133 | 22 |
| Binary | 1011000 | 100 | 11100 | 0 | 1011111 | 1000100 | 1000001 | 101010111 | 1011011 | 10010 |
Color Harmonies of #58041C
Complementary color
Monochromatic Colors of #58041C
Black with #58041C
Text Example
Text Example
White with #58041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58041C; }
p { color: rgb(88,4,28); }
H1.HeaderClassName
{
color: #58041C;
}
.AnyTagClassName
{
color: #58041C;
}
</style>
background-color css
<style>
a { background-color: #58041C; }
a { background-color: rgb(88,4,28); }
div.DivClassName
{
background-color: #58041C;
}
.BgClassName
{
background-color: #58041C;
}
</style>
border-color css
<style>
span { border-color: #58041C; }
span { border-color: rgb(88,4,28); }
td.TdClassName
{
border-color: #58041C;
}
.TagClassName
{
border-color: #58041C;
}
</style>