Shades of Bordeaux #45041B
Tints of Bordeaux #45041B
RGB
CMYK
RGB Variations
Color information
#45041B (or 0x45041B) is known color: Bordeaux. HEX triplet: 45, 04 and 1B. RGB value is (69,4,27). Sum of RGB (Red+Green+Blue) = 69+4+27=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #45041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45041B is #BAFBE4. Grayscale: #1A1A1A. Windows color (decimal): -12254181 or 1770565. OLE color: 1770565.
HSL color Cylindrical-coordinate representation of color #45041B: hue angle of 338.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45041B is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 4 | 27 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.73 |
| HSL | 338.77º | 0.89% | 0.14% | - |
| HSV(B) | 338.77º | 0.94% | 0.27% | - |
| XYZ | 2.7 | 1.43 | 1.17 | - |
| YUV | 26.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 27 | 0 | 0.94 | 0.61 | 0.73 | 338.77 | 0.89 | 0.14 |
| Hex | 45 | 4 | 1B | 0 | 5E | 3D | 49 | 153 | 59 | E |
| Octal | 105 | 4 | 33 | 0 | 136 | 75 | 111 | 523 | 131 | 16 |
| Binary | 1000101 | 100 | 11011 | 0 | 1011110 | 111101 | 1001001 | 101010011 | 1011001 | 1110 |
Color Harmonies of #45041B
Complementary color
Monochromatic Colors of #45041B
Black with #45041B
Text Example
Text Example
White with #45041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45041B; }
p { color: rgb(69,4,27); }
H1.HeaderClassName
{
color: #45041B;
}
.AnyTagClassName
{
color: #45041B;
}
</style>
background-color css
<style>
a { background-color: #45041B; }
a { background-color: rgb(69,4,27); }
div.DivClassName
{
background-color: #45041B;
}
.BgClassName
{
background-color: #45041B;
}
</style>
border-color css
<style>
span { border-color: #45041B; }
span { border-color: rgb(69,4,27); }
td.TdClassName
{
border-color: #45041B;
}
.TagClassName
{
border-color: #45041B;
}
</style>