Shades of Bordeaux #450C1C
Tints of Bordeaux #450C1C
RGB
CMYK
RGB Variations
Color information
#450C1C (or 0x450C1C) is known color: Bordeaux. HEX triplet: 45, 0C and 1C. RGB value is (69,12,28). Sum of RGB (Red+Green+Blue) = 69+12+28=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C1C is #BAF3E3. Grayscale: #1E1E1E. Windows color (decimal): -12252132 or 1838149. OLE color: 1838149.
HSL color Cylindrical-coordinate representation of color #450C1C: hue angle of 343.16º 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 #450C1C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 28 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.73 |
| HSL | 343.16º | 0.7% | 0.16% | - |
| HSV(B) | 343.16º | 0.83% | 0.27% | - |
| XYZ | 2.8 | 1.61 | 1.26 | - |
| YUV | 30.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 28 | 0 | 0.83 | 0.59 | 0.73 | 343.16 | 0.7 | 0.16 |
| Hex | 45 | C | 1C | 0 | 53 | 3B | 49 | 157 | 46 | 10 |
| Octal | 105 | 14 | 34 | 0 | 123 | 73 | 111 | 527 | 106 | 20 |
| Binary | 1000101 | 1100 | 11100 | 0 | 1010011 | 111011 | 1001001 | 101010111 | 1000110 | 10000 |
Color Harmonies of #450C1C
Complementary color
Monochromatic Colors of #450C1C
Black with #450C1C
Text Example
Text Example
White with #450C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C1C; }
p { color: rgb(69,12,28); }
H1.HeaderClassName
{
color: #450C1C;
}
.AnyTagClassName
{
color: #450C1C;
}
</style>
background-color css
<style>
a { background-color: #450C1C; }
a { background-color: rgb(69,12,28); }
div.DivClassName
{
background-color: #450C1C;
}
.BgClassName
{
background-color: #450C1C;
}
</style>
border-color css
<style>
span { border-color: #450C1C; }
span { border-color: rgb(69,12,28); }
td.TdClassName
{
border-color: #450C1C;
}
.TagClassName
{
border-color: #450C1C;
}
</style>