Shades of Bordeaux #450C1B
Tints of Bordeaux #450C1B
RGB
CMYK
RGB Variations
Color information
#450C1B (or 0x450C1B) is known color: Bordeaux. HEX triplet: 45, 0C and 1B. RGB value is (69,12,27). Sum of RGB (Red+Green+Blue) = 69+12+27=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #450C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C1B is #BAF3E4. Grayscale: #1E1E1E. Windows color (decimal): -12252133 or 1772613. OLE color: 1772613.
HSL color Cylindrical-coordinate representation of color #450C1B: hue angle of 344.21º 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 #450C1B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 27 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.73 |
| HSL | 344.21º | 0.7% | 0.16% | - |
| HSV(B) | 344.21º | 0.83% | 0.27% | - |
| XYZ | 2.78 | 1.61 | 1.2 | - |
| YUV | 30.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 27 | 0 | 0.83 | 0.61 | 0.73 | 344.21 | 0.7 | 0.16 |
| Hex | 45 | C | 1B | 0 | 53 | 3D | 49 | 158 | 46 | 10 |
| Octal | 105 | 14 | 33 | 0 | 123 | 75 | 111 | 530 | 106 | 20 |
| Binary | 1000101 | 1100 | 11011 | 0 | 1010011 | 111101 | 1001001 | 101011000 | 1000110 | 10000 |
Color Harmonies of #450C1B
Complementary color
Monochromatic Colors of #450C1B
Black with #450C1B
Text Example
Text Example
White with #450C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C1B; }
p { color: rgb(69,12,27); }
H1.HeaderClassName
{
color: #450C1B;
}
.AnyTagClassName
{
color: #450C1B;
}
</style>
background-color css
<style>
a { background-color: #450C1B; }
a { background-color: rgb(69,12,27); }
div.DivClassName
{
background-color: #450C1B;
}
.BgClassName
{
background-color: #450C1B;
}
</style>
border-color css
<style>
span { border-color: #450C1B; }
span { border-color: rgb(69,12,27); }
td.TdClassName
{
border-color: #450C1B;
}
.TagClassName
{
border-color: #450C1B;
}
</style>