Shades of Bordeaux #430B1A
Tints of Bordeaux #430B1A
RGB
CMYK
RGB Variations
Color information
#430B1A (or 0x430B1A) is known color: Bordeaux. HEX triplet: 43, 0B and 1A. RGB value is (67,11,26). Sum of RGB (Red+Green+Blue) = 67+11+26=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #430B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B1A is #BCF4E5. Grayscale: #1D1D1D. Windows color (decimal): -12383462 or 1706819. OLE color: 1706819.
HSL color Cylindrical-coordinate representation of color #430B1A: hue angle of 343.93º 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 #430B1A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 26 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.74 |
| HSL | 343.93º | 0.72% | 0.15% | - |
| HSV(B) | 343.93º | 0.84% | 0.26% | - |
| XYZ | 2.62 | 1.51 | 1.13 | - |
| YUV | 29.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 26 | 0 | 0.84 | 0.61 | 0.74 | 343.93 | 0.72 | 0.15 |
| Hex | 43 | B | 1A | 0 | 54 | 3D | 4A | 158 | 48 | F |
| Octal | 103 | 13 | 32 | 0 | 124 | 75 | 112 | 530 | 110 | 17 |
| Binary | 1000011 | 1011 | 11010 | 0 | 1010100 | 111101 | 1001010 | 101011000 | 1001000 | 1111 |
Color Harmonies of #430B1A
Complementary color
Monochromatic Colors of #430B1A
Black with #430B1A
Text Example
Text Example
White with #430B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B1A; }
p { color: rgb(67,11,26); }
H1.HeaderClassName
{
color: #430B1A;
}
.AnyTagClassName
{
color: #430B1A;
}
</style>
background-color css
<style>
a { background-color: #430B1A; }
a { background-color: rgb(67,11,26); }
div.DivClassName
{
background-color: #430B1A;
}
.BgClassName
{
background-color: #430B1A;
}
</style>
border-color css
<style>
span { border-color: #430B1A; }
span { border-color: rgb(67,11,26); }
td.TdClassName
{
border-color: #430B1A;
}
.TagClassName
{
border-color: #430B1A;
}
</style>