Shades of Bordeaux #4B171C
Tints of Bordeaux #4B171C
RGB
CMYK
RGB Variations
Color information
#4B171C (or 0x4B171C) is known color: Bordeaux. HEX triplet: 4B, 17 and 1C. RGB value is (75,23,28). Sum of RGB (Red+Green+Blue) = 75+23+28=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B171C is #B4E8E3. Grayscale: #272727. Windows color (decimal): -11856100 or 1840971. OLE color: 1840971.
HSL color Cylindrical-coordinate representation of color #4B171C: hue angle of 354.23º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B171C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 28 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.71 |
| HSL | 354.23º | 0.53% | 0.19% | - |
| HSV(B) | 354.23º | 0.69% | 0.29% | - |
| XYZ | 3.42 | 2.19 | 1.34 | - |
| YUV | 39.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 28 | 0 | 0.69 | 0.63 | 0.71 | 354.23 | 0.53 | 0.19 |
| Hex | 4B | 17 | 1C | 0 | 45 | 3F | 47 | 162 | 35 | 13 |
| Octal | 113 | 27 | 34 | 0 | 105 | 77 | 107 | 542 | 65 | 23 |
| Binary | 1001011 | 10111 | 11100 | 0 | 1000101 | 111111 | 1000111 | 101100010 | 110101 | 10011 |
Color Harmonies of #4B171C
Complementary color
Monochromatic Colors of #4B171C
Black with #4B171C
Text Example
Text Example
White with #4B171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B171C; }
p { color: rgb(75,23,28); }
H1.HeaderClassName
{
color: #4B171C;
}
.AnyTagClassName
{
color: #4B171C;
}
</style>
background-color css
<style>
a { background-color: #4B171C; }
a { background-color: rgb(75,23,28); }
div.DivClassName
{
background-color: #4B171C;
}
.BgClassName
{
background-color: #4B171C;
}
</style>
border-color css
<style>
span { border-color: #4B171C; }
span { border-color: rgb(75,23,28); }
td.TdClassName
{
border-color: #4B171C;
}
.TagClassName
{
border-color: #4B171C;
}
</style>