Shades of Bordeaux #4C1525
Tints of Bordeaux #4C1525
RGB
CMYK
RGB Variations
Color information
#4C1525 (or 0x4C1525) is known color: Bordeaux. HEX triplet: 4C, 15 and 25. RGB value is (76,21,37). Sum of RGB (Red+Green+Blue) = 76+21+37=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1525 is #B3EADA. Grayscale: #272727. Windows color (decimal): -11791067 or 2430284. OLE color: 2430284.
HSL color Cylindrical-coordinate representation of color #4C1525: hue angle of 342.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1525 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 37 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.70 |
| HSL | 342.55º | 0.57% | 0.19% | - |
| HSV(B) | 342.55º | 0.72% | 0.3% | - |
| XYZ | 3.58 | 2.21 | 1.99 | - |
| YUV | 39.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 37 | 0 | 0.72 | 0.51 | 0.70 | 342.55 | 0.57 | 0.19 |
| Hex | 4C | 15 | 25 | 0 | 48 | 33 | 46 | 157 | 39 | 13 |
| Octal | 114 | 25 | 45 | 0 | 110 | 63 | 106 | 527 | 71 | 23 |
| Binary | 1001100 | 10101 | 100101 | 0 | 1001000 | 110011 | 1000110 | 101010111 | 111001 | 10011 |
Color Harmonies of #4C1525
Complementary color
Monochromatic Colors of #4C1525
Black with #4C1525
Text Example
Text Example
White with #4C1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1525; }
p { color: rgb(76,21,37); }
H1.HeaderClassName
{
color: #4C1525;
}
.AnyTagClassName
{
color: #4C1525;
}
</style>
background-color css
<style>
a { background-color: #4C1525; }
a { background-color: rgb(76,21,37); }
div.DivClassName
{
background-color: #4C1525;
}
.BgClassName
{
background-color: #4C1525;
}
</style>
border-color css
<style>
span { border-color: #4C1525; }
span { border-color: rgb(76,21,37); }
td.TdClassName
{
border-color: #4C1525;
}
.TagClassName
{
border-color: #4C1525;
}
</style>