Shades of Bordeaux #45181F
Tints of Bordeaux #45181F
RGB
CMYK
RGB Variations
Color information
#45181F (or 0x45181F) is known color: Bordeaux. HEX triplet: 45, 18 and 1F. RGB value is (69,24,31). Sum of RGB (Red+Green+Blue) = 69+24+31=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #45181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45181F is #BAE7E0. Grayscale: #262626. Windows color (decimal): -12249057 or 2037829. OLE color: 2037829.
HSL color Cylindrical-coordinate representation of color #45181F: hue angle of 350.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45181F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 31 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.73 |
| HSL | 350.67º | 0.48% | 0.18% | - |
| HSV(B) | 350.67º | 0.65% | 0.27% | - |
| XYZ | 3.03 | 2.02 | 1.53 | - |
| YUV | 38.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 31 | 0 | 0.65 | 0.55 | 0.73 | 350.67 | 0.48 | 0.18 |
| Hex | 45 | 18 | 1F | 0 | 41 | 37 | 49 | 15F | 30 | 12 |
| Octal | 105 | 30 | 37 | 0 | 101 | 67 | 111 | 537 | 60 | 22 |
| Binary | 1000101 | 11000 | 11111 | 0 | 1000001 | 110111 | 1001001 | 101011111 | 110000 | 10010 |
Color Harmonies of #45181F
Complementary color
Monochromatic Colors of #45181F
Black with #45181F
Text Example
Text Example
White with #45181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45181F; }
p { color: rgb(69,24,31); }
H1.HeaderClassName
{
color: #45181F;
}
.AnyTagClassName
{
color: #45181F;
}
</style>
background-color css
<style>
a { background-color: #45181F; }
a { background-color: rgb(69,24,31); }
div.DivClassName
{
background-color: #45181F;
}
.BgClassName
{
background-color: #45181F;
}
</style>
border-color css
<style>
span { border-color: #45181F; }
span { border-color: rgb(69,24,31); }
td.TdClassName
{
border-color: #45181F;
}
.TagClassName
{
border-color: #45181F;
}
</style>