Shades of Bordeaux #45021A
Tints of Bordeaux #45021A
RGB
CMYK
RGB Variations
Color information
#45021A (or 0x45021A) is known color: Bordeaux. HEX triplet: 45, 02 and 1A. RGB value is (69,2,26). Sum of RGB (Red+Green+Blue) = 69+2+26=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #45021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45021A is #BAFDE5. Grayscale: #181818. Windows color (decimal): -12254694 or 1704517. OLE color: 1704517.
HSL color Cylindrical-coordinate representation of color #45021A: hue angle of 338.51º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45021A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 2 | 26 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.73 |
| HSL | 338.51º | 0.94% | 0.14% | - |
| HSV(B) | 338.51º | 0.97% | 0.27% | - |
| XYZ | 2.66 | 1.38 | 1.1 | - |
| YUV | 24.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 26 | 0 | 0.97 | 0.62 | 0.73 | 338.51 | 0.94 | 0.14 |
| Hex | 45 | 2 | 1A | 0 | 61 | 3E | 49 | 153 | 5E | E |
| Octal | 105 | 2 | 32 | 0 | 141 | 76 | 111 | 523 | 136 | 16 |
| Binary | 1000101 | 10 | 11010 | 0 | 1100001 | 111110 | 1001001 | 101010011 | 1011110 | 1110 |
Color Harmonies of #45021A
Complementary color
Monochromatic Colors of #45021A
Black with #45021A
Text Example
Text Example
White with #45021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45021A; }
p { color: rgb(69,2,26); }
H1.HeaderClassName
{
color: #45021A;
}
.AnyTagClassName
{
color: #45021A;
}
</style>
background-color css
<style>
a { background-color: #45021A; }
a { background-color: rgb(69,2,26); }
div.DivClassName
{
background-color: #45021A;
}
.BgClassName
{
background-color: #45021A;
}
</style>
border-color css
<style>
span { border-color: #45021A; }
span { border-color: rgb(69,2,26); }
td.TdClassName
{
border-color: #45021A;
}
.TagClassName
{
border-color: #45021A;
}
</style>