Shades of Bordeaux #450C1D
Tints of Bordeaux #450C1D
RGB
CMYK
RGB Variations
Color information
#450C1D (or 0x450C1D) is known color: Bordeaux. HEX triplet: 45, 0C and 1D. RGB value is (69,12,29). Sum of RGB (Red+Green+Blue) = 69+12+29=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C1D is #BAF3E2. Grayscale: #1E1E1E. Windows color (decimal): -12252131 or 1903685. OLE color: 1903685.
HSL color Cylindrical-coordinate representation of color #450C1D: hue angle of 342.11º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C1D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 29 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.73 |
| HSL | 342.11º | 0.7% | 0.16% | - |
| HSV(B) | 342.11º | 0.83% | 0.27% | - |
| XYZ | 2.81 | 1.62 | 1.33 | - |
| YUV | 30.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 29 | 0 | 0.83 | 0.58 | 0.73 | 342.11 | 0.7 | 0.16 |
| Hex | 45 | C | 1D | 0 | 53 | 3A | 49 | 156 | 46 | 10 |
| Octal | 105 | 14 | 35 | 0 | 123 | 72 | 111 | 526 | 106 | 20 |
| Binary | 1000101 | 1100 | 11101 | 0 | 1010011 | 111010 | 1001001 | 101010110 | 1000110 | 10000 |
Color Harmonies of #450C1D
Complementary color
Monochromatic Colors of #450C1D
Black with #450C1D
Text Example
Text Example
White with #450C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C1D; }
p { color: rgb(69,12,29); }
H1.HeaderClassName
{
color: #450C1D;
}
.AnyTagClassName
{
color: #450C1D;
}
</style>
background-color css
<style>
a { background-color: #450C1D; }
a { background-color: rgb(69,12,29); }
div.DivClassName
{
background-color: #450C1D;
}
.BgClassName
{
background-color: #450C1D;
}
</style>
border-color css
<style>
span { border-color: #450C1D; }
span { border-color: rgb(69,12,29); }
td.TdClassName
{
border-color: #450C1D;
}
.TagClassName
{
border-color: #450C1D;
}
</style>