Shades of Bordeaux #430B1E
Tints of Bordeaux #430B1E
RGB
CMYK
RGB Variations
Color information
#430B1E (or 0x430B1E) is known color: Bordeaux. HEX triplet: 43, 0B and 1E. RGB value is (67,11,30). Sum of RGB (Red+Green+Blue) = 67+11+30=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B1E is #BCF4E1. Grayscale: #1D1D1D. Windows color (decimal): -12383458 or 1968963. OLE color: 1968963.
HSL color Cylindrical-coordinate representation of color #430B1E: hue angle of 339.64º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B1E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 30 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.74 |
| HSL | 339.64º | 0.72% | 0.15% | - |
| HSV(B) | 339.64º | 0.84% | 0.26% | - |
| XYZ | 2.67 | 1.53 | 1.38 | - |
| YUV | 29.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 30 | 0 | 0.84 | 0.55 | 0.74 | 339.64 | 0.72 | 0.15 |
| Hex | 43 | B | 1E | 0 | 54 | 37 | 4A | 154 | 48 | F |
| Octal | 103 | 13 | 36 | 0 | 124 | 67 | 112 | 524 | 110 | 17 |
| Binary | 1000011 | 1011 | 11110 | 0 | 1010100 | 110111 | 1001010 | 101010100 | 1001000 | 1111 |
Color Harmonies of #430B1E
Complementary color
Monochromatic Colors of #430B1E
Black with #430B1E
Text Example
Text Example
White with #430B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B1E; }
p { color: rgb(67,11,30); }
H1.HeaderClassName
{
color: #430B1E;
}
.AnyTagClassName
{
color: #430B1E;
}
</style>
background-color css
<style>
a { background-color: #430B1E; }
a { background-color: rgb(67,11,30); }
div.DivClassName
{
background-color: #430B1E;
}
.BgClassName
{
background-color: #430B1E;
}
</style>
border-color css
<style>
span { border-color: #430B1E; }
span { border-color: rgb(67,11,30); }
td.TdClassName
{
border-color: #430B1E;
}
.TagClassName
{
border-color: #430B1E;
}
</style>