Shades of Bordeaux #451A21
Tints of Bordeaux #451A21
RGB
CMYK
RGB Variations
Color information
#451A21 (or 0x451A21) is known color: Bordeaux. HEX triplet: 45, 1A and 21. RGB value is (69,26,33). Sum of RGB (Red+Green+Blue) = 69+26+33=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A21 is #BAE5DE. Grayscale: #272727. Windows color (decimal): -12248543 or 2169413. OLE color: 2169413.
HSL color Cylindrical-coordinate representation of color #451A21: hue angle of 350.23º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451A21 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 33 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.73 |
| HSL | 350.23º | 0.45% | 0.19% | - |
| HSV(B) | 350.23º | 0.62% | 0.27% | - |
| XYZ | 3.1 | 2.11 | 1.68 | - |
| YUV | 39.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 33 | 0 | 0.62 | 0.52 | 0.73 | 350.23 | 0.45 | 0.19 |
| Hex | 45 | 1A | 21 | 0 | 3E | 34 | 49 | 15E | 2D | 13 |
| Octal | 105 | 32 | 41 | 0 | 76 | 64 | 111 | 536 | 55 | 23 |
| Binary | 1000101 | 11010 | 100001 | 0 | 111110 | 110100 | 1001001 | 101011110 | 101101 | 10011 |
Color Harmonies of #451A21
Complementary color
Monochromatic Colors of #451A21
Black with #451A21
Text Example
Text Example
White with #451A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A21; }
p { color: rgb(69,26,33); }
H1.HeaderClassName
{
color: #451A21;
}
.AnyTagClassName
{
color: #451A21;
}
</style>
background-color css
<style>
a { background-color: #451A21; }
a { background-color: rgb(69,26,33); }
div.DivClassName
{
background-color: #451A21;
}
.BgClassName
{
background-color: #451A21;
}
</style>
border-color css
<style>
span { border-color: #451A21; }
span { border-color: rgb(69,26,33); }
td.TdClassName
{
border-color: #451A21;
}
.TagClassName
{
border-color: #451A21;
}
</style>