Shades of Bordeaux #430F1B
Tints of Bordeaux #430F1B
RGB
CMYK
RGB Variations
Color information
#430F1B (or 0x430F1B) is known color: Bordeaux. HEX triplet: 43, 0F and 1B. RGB value is (67,15,27). Sum of RGB (Red+Green+Blue) = 67+15+27=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1B is #BCF0E4. Grayscale: #1F1F1F. Windows color (decimal): -12382437 or 1773379. OLE color: 1773379.
HSL color Cylindrical-coordinate representation of color #430F1B: hue angle of 346.15º 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 #430F1B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 27 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.74 |
| HSL | 346.15º | 0.63% | 0.16% | - |
| HSV(B) | 346.15º | 0.78% | 0.26% | - |
| XYZ | 2.68 | 1.61 | 1.21 | - |
| YUV | 31.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 27 | 0 | 0.78 | 0.60 | 0.74 | 346.15 | 0.63 | 0.16 |
| Hex | 43 | F | 1B | 0 | 4E | 3C | 4A | 15A | 3F | 10 |
| Octal | 103 | 17 | 33 | 0 | 116 | 74 | 112 | 532 | 77 | 20 |
| Binary | 1000011 | 1111 | 11011 | 0 | 1001110 | 111100 | 1001010 | 101011010 | 111111 | 10000 |
Color Harmonies of #430F1B
Complementary color
Monochromatic Colors of #430F1B
Black with #430F1B
Text Example
Text Example
White with #430F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F1B; }
p { color: rgb(67,15,27); }
H1.HeaderClassName
{
color: #430F1B;
}
.AnyTagClassName
{
color: #430F1B;
}
</style>
background-color css
<style>
a { background-color: #430F1B; }
a { background-color: rgb(67,15,27); }
div.DivClassName
{
background-color: #430F1B;
}
.BgClassName
{
background-color: #430F1B;
}
</style>
border-color css
<style>
span { border-color: #430F1B; }
span { border-color: rgb(67,15,27); }
td.TdClassName
{
border-color: #430F1B;
}
.TagClassName
{
border-color: #430F1B;
}
</style>