Shades of Bordeaux #431C21
Tints of Bordeaux #431C21
RGB
CMYK
RGB Variations
Color information
#431C21 (or 0x431C21) is known color: Bordeaux. HEX triplet: 43, 1C and 21. RGB value is (67,28,33). Sum of RGB (Red+Green+Blue) = 67+28+33=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C21 is #BCE3DE. Grayscale: #282828. Windows color (decimal): -12379103 or 2169923. OLE color: 2169923.
HSL color Cylindrical-coordinate representation of color #431C21: hue angle of 352.31º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C21 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 28 | 33 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.74 |
| HSL | 352.31º | 0.41% | 0.19% | - |
| HSV(B) | 352.31º | 0.58% | 0.26% | - |
| XYZ | 3 | 2.13 | 1.69 | - |
| YUV | 40.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 33 | 0 | 0.58 | 0.51 | 0.74 | 352.31 | 0.41 | 0.19 |
| Hex | 43 | 1C | 21 | 0 | 3A | 33 | 4A | 160 | 29 | 13 |
| Octal | 103 | 34 | 41 | 0 | 72 | 63 | 112 | 540 | 51 | 23 |
| Binary | 1000011 | 11100 | 100001 | 0 | 111010 | 110011 | 1001010 | 101100000 | 101001 | 10011 |
Color Harmonies of #431C21
Complementary color
Monochromatic Colors of #431C21
Black with #431C21
Text Example
Text Example
White with #431C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C21; }
p { color: rgb(67,28,33); }
H1.HeaderClassName
{
color: #431C21;
}
.AnyTagClassName
{
color: #431C21;
}
</style>
background-color css
<style>
a { background-color: #431C21; }
a { background-color: rgb(67,28,33); }
div.DivClassName
{
background-color: #431C21;
}
.BgClassName
{
background-color: #431C21;
}
</style>
border-color css
<style>
span { border-color: #431C21; }
span { border-color: rgb(67,28,33); }
td.TdClassName
{
border-color: #431C21;
}
.TagClassName
{
border-color: #431C21;
}
</style>