Shades of Bordeaux #431824
Tints of Bordeaux #431824
RGB
CMYK
RGB Variations
Color information
#431824 (or 0x431824) is known color: Bordeaux. HEX triplet: 43, 18 and 24. RGB value is (67,24,36). Sum of RGB (Red+Green+Blue) = 67+24+36=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431824 is #BCE7DB. Grayscale: #262626. Windows color (decimal): -12380124 or 2365507. OLE color: 2365507.
HSL color Cylindrical-coordinate representation of color #431824: hue angle of 343.26º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431824 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 36 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.74 |
| HSL | 343.26º | 0.47% | 0.18% | - |
| HSV(B) | 343.26º | 0.64% | 0.26% | - |
| XYZ | 2.96 | 1.97 | 1.89 | - |
| YUV | 38.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 36 | 0 | 0.64 | 0.46 | 0.74 | 343.26 | 0.47 | 0.18 |
| Hex | 43 | 18 | 24 | 0 | 40 | 2E | 4A | 157 | 2F | 12 |
| Octal | 103 | 30 | 44 | 0 | 100 | 56 | 112 | 527 | 57 | 22 |
| Binary | 1000011 | 11000 | 100100 | 0 | 1000000 | 101110 | 1001010 | 101010111 | 101111 | 10010 |
Color Harmonies of #431824
Complementary color
Monochromatic Colors of #431824
Black with #431824
Text Example
Text Example
White with #431824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431824; }
p { color: rgb(67,24,36); }
H1.HeaderClassName
{
color: #431824;
}
.AnyTagClassName
{
color: #431824;
}
</style>
background-color css
<style>
a { background-color: #431824; }
a { background-color: rgb(67,24,36); }
div.DivClassName
{
background-color: #431824;
}
.BgClassName
{
background-color: #431824;
}
</style>
border-color css
<style>
span { border-color: #431824; }
span { border-color: rgb(67,24,36); }
td.TdClassName
{
border-color: #431824;
}
.TagClassName
{
border-color: #431824;
}
</style>