Shades of Bordeaux #57040F
Tints of Bordeaux #57040F
RGB
CMYK
RGB Variations
Color information
#57040F (or 0x57040F) is known color: Bordeaux. HEX triplet: 57, 04 and 0F. RGB value is (87,4,15). Sum of RGB (Red+Green+Blue) = 87+4+15=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #57040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57040F is #A8FBF0. Grayscale: #1E1E1E. Windows color (decimal): -11074545 or 984151. OLE color: 984151.
HSL color Cylindrical-coordinate representation of color #57040F: hue angle of 352.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57040F is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 4 | 15 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.66 |
| HSL | 352.05º | 0.91% | 0.18% | - |
| HSV(B) | 352.05º | 0.95% | 0.34% | - |
| XYZ | 4.06 | 2.15 | 0.65 | - |
| YUV | 30.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 15 | 0 | 0.95 | 0.83 | 0.66 | 352.05 | 0.91 | 0.18 |
| Hex | 57 | 4 | F | 0 | 5F | 53 | 42 | 160 | 5B | 12 |
| Octal | 127 | 4 | 17 | 0 | 137 | 123 | 102 | 540 | 133 | 22 |
| Binary | 1010111 | 100 | 1111 | 0 | 1011111 | 1010011 | 1000010 | 101100000 | 1011011 | 10010 |
Color Harmonies of #57040F
Complementary color
Monochromatic Colors of #57040F
Black with #57040F
Text Example
Text Example
White with #57040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57040F; }
p { color: rgb(87,4,15); }
H1.HeaderClassName
{
color: #57040F;
}
.AnyTagClassName
{
color: #57040F;
}
</style>
background-color css
<style>
a { background-color: #57040F; }
a { background-color: rgb(87,4,15); }
div.DivClassName
{
background-color: #57040F;
}
.BgClassName
{
background-color: #57040F;
}
</style>
border-color css
<style>
span { border-color: #57040F; }
span { border-color: rgb(87,4,15); }
td.TdClassName
{
border-color: #57040F;
}
.TagClassName
{
border-color: #57040F;
}
</style>