Shades of Bordeaux #430F1D
Tints of Bordeaux #430F1D
RGB
CMYK
RGB Variations
Color information
#430F1D (or 0x430F1D) is known color: Bordeaux. HEX triplet: 43, 0F and 1D. RGB value is (67,15,29). Sum of RGB (Red+Green+Blue) = 67+15+29=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1D is #BCF0E2. Grayscale: #202020. Windows color (decimal): -12382435 or 1904451. OLE color: 1904451.
HSL color Cylindrical-coordinate representation of color #430F1D: hue angle of 343.85º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F1D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 29 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.74 |
| HSL | 343.85º | 0.63% | 0.16% | - |
| HSV(B) | 343.85º | 0.78% | 0.26% | - |
| XYZ | 2.71 | 1.62 | 1.33 | - |
| YUV | 32.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 29 | 0 | 0.78 | 0.57 | 0.74 | 343.85 | 0.63 | 0.16 |
| Hex | 43 | F | 1D | 0 | 4E | 39 | 4A | 158 | 3F | 10 |
| Octal | 103 | 17 | 35 | 0 | 116 | 71 | 112 | 530 | 77 | 20 |
| Binary | 1000011 | 1111 | 11101 | 0 | 1001110 | 111001 | 1001010 | 101011000 | 111111 | 10000 |
Color Harmonies of #430F1D
Complementary color
Monochromatic Colors of #430F1D
Black with #430F1D
Text Example
Text Example
White with #430F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F1D; }
p { color: rgb(67,15,29); }
H1.HeaderClassName
{
color: #430F1D;
}
.AnyTagClassName
{
color: #430F1D;
}
</style>
background-color css
<style>
a { background-color: #430F1D; }
a { background-color: rgb(67,15,29); }
div.DivClassName
{
background-color: #430F1D;
}
.BgClassName
{
background-color: #430F1D;
}
</style>
border-color css
<style>
span { border-color: #430F1D; }
span { border-color: rgb(67,15,29); }
td.TdClassName
{
border-color: #430F1D;
}
.TagClassName
{
border-color: #430F1D;
}
</style>