Shades of Bordeaux #4B001C
Tints of Bordeaux #4B001C
RGB
CMYK
RGB Variations
Color information
#4B001C (or 0x4B001C) is known color: Bordeaux. HEX triplet: 4B, 00 and 1C. RGB value is (75,0,28). Sum of RGB (Red+Green+Blue) = 75+0+28=103 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.82% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 75 - color contains mainly: red. Hex color #4B001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B001C is #B4FFE3. Grayscale: #191919. Windows color (decimal): -11861988 or 1835083. OLE color: 1835083.
HSL color Cylindrical-coordinate representation of color #4B001C: hue angle of 337.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B001C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.63 | 0.71 |
| HSL | 337.6º | 1% | 0.15% | - |
| HSV(B) | 337.6º | 1% | 0.29% | - |
| XYZ | 3.11 | 1.58 | 1.24 | - |
| YUV | 25.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 28 | 0 | 1 | 0.63 | 0.71 | 337.6 | 1 | 0.15 |
| Hex | 4B | 0 | 1C | 0 | 64 | 3F | 47 | 152 | 64 | F |
| Octal | 113 | 0 | 34 | 0 | 144 | 77 | 107 | 522 | 144 | 17 |
| Binary | 1001011 | 0 | 11100 | 0 | 1100100 | 111111 | 1000111 | 101010010 | 1100100 | 1111 |
Color Harmonies of #4B001C
Complementary color
Monochromatic Colors of #4B001C
Black with #4B001C
Text Example
Text Example
White with #4B001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B001C; }
p { color: rgb(75,0,28); }
H1.HeaderClassName
{
color: #4B001C;
}
.AnyTagClassName
{
color: #4B001C;
}
</style>
background-color css
<style>
a { background-color: #4B001C; }
a { background-color: rgb(75,0,28); }
div.DivClassName
{
background-color: #4B001C;
}
.BgClassName
{
background-color: #4B001C;
}
</style>
border-color css
<style>
span { border-color: #4B001C; }
span { border-color: rgb(75,0,28); }
td.TdClassName
{
border-color: #4B001C;
}
.TagClassName
{
border-color: #4B001C;
}
</style>