Shades of Bordeaux #430E1D
Tints of Bordeaux #430E1D
RGB
CMYK
RGB Variations
Color information
#430E1D (or 0x430E1D) is known color: Bordeaux. HEX triplet: 43, 0E and 1D. RGB value is (67,14,29). Sum of RGB (Red+Green+Blue) = 67+14+29=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #430E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E1D is #BCF1E2. Grayscale: #1F1F1F. Windows color (decimal): -12382691 or 1904195. OLE color: 1904195.
HSL color Cylindrical-coordinate representation of color #430E1D: hue angle of 343.02º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E1D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 29 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.74 |
| HSL | 343.02º | 0.65% | 0.16% | - |
| HSV(B) | 343.02º | 0.79% | 0.26% | - |
| XYZ | 2.69 | 1.6 | 1.33 | - |
| YUV | 31.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 29 | 0 | 0.79 | 0.57 | 0.74 | 343.02 | 0.65 | 0.16 |
| Hex | 43 | E | 1D | 0 | 4F | 39 | 4A | 157 | 41 | 10 |
| Octal | 103 | 16 | 35 | 0 | 117 | 71 | 112 | 527 | 101 | 20 |
| Binary | 1000011 | 1110 | 11101 | 0 | 1001111 | 111001 | 1001010 | 101010111 | 1000001 | 10000 |
Color Harmonies of #430E1D
Complementary color
Monochromatic Colors of #430E1D
Black with #430E1D
Text Example
Text Example
White with #430E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E1D; }
p { color: rgb(67,14,29); }
H1.HeaderClassName
{
color: #430E1D;
}
.AnyTagClassName
{
color: #430E1D;
}
</style>
background-color css
<style>
a { background-color: #430E1D; }
a { background-color: rgb(67,14,29); }
div.DivClassName
{
background-color: #430E1D;
}
.BgClassName
{
background-color: #430E1D;
}
</style>
border-color css
<style>
span { border-color: #430E1D; }
span { border-color: rgb(67,14,29); }
td.TdClassName
{
border-color: #430E1D;
}
.TagClassName
{
border-color: #430E1D;
}
</style>