Shades of Bordeaux #4C0F23
Tints of Bordeaux #4C0F23
RGB
CMYK
RGB Variations
Color information
#4C0F23 (or 0x4C0F23) is known color: Bordeaux. HEX triplet: 4C, 0F and 23. RGB value is (76,15,35). Sum of RGB (Red+Green+Blue) = 76+15+35=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F23 is #B3F0DC. Grayscale: #232323. Windows color (decimal): -11792605 or 2297676. OLE color: 2297676.
HSL color Cylindrical-coordinate representation of color #4C0F23: hue angle of 340.33º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C0F23 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 35 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.70 |
| HSL | 340.33º | 0.67% | 0.18% | - |
| HSV(B) | 340.33º | 0.8% | 0.3% | - |
| XYZ | 3.45 | 2 | 1.79 | - |
| YUV | 35.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 35 | 0 | 0.80 | 0.54 | 0.70 | 340.33 | 0.67 | 0.18 |
| Hex | 4C | F | 23 | 0 | 50 | 36 | 46 | 154 | 43 | 12 |
| Octal | 114 | 17 | 43 | 0 | 120 | 66 | 106 | 524 | 103 | 22 |
| Binary | 1001100 | 1111 | 100011 | 0 | 1010000 | 110110 | 1000110 | 101010100 | 1000011 | 10010 |
Color Harmonies of #4C0F23
Complementary color
Monochromatic Colors of #4C0F23
Black with #4C0F23
Text Example
Text Example
White with #4C0F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F23; }
p { color: rgb(76,15,35); }
H1.HeaderClassName
{
color: #4C0F23;
}
.AnyTagClassName
{
color: #4C0F23;
}
</style>
background-color css
<style>
a { background-color: #4C0F23; }
a { background-color: rgb(76,15,35); }
div.DivClassName
{
background-color: #4C0F23;
}
.BgClassName
{
background-color: #4C0F23;
}
</style>
border-color css
<style>
span { border-color: #4C0F23; }
span { border-color: rgb(76,15,35); }
td.TdClassName
{
border-color: #4C0F23;
}
.TagClassName
{
border-color: #4C0F23;
}
</style>