Shades of Bordeaux #431320
Tints of Bordeaux #431320
RGB
CMYK
RGB Variations
Color information
#431320 (or 0x431320) is known color: Bordeaux. HEX triplet: 43, 13 and 20. RGB value is (67,19,32). Sum of RGB (Red+Green+Blue) = 67+19+32=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #431320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431320 is #BCECDF. Grayscale: #222222. Windows color (decimal): -12381408 or 2102083. OLE color: 2102083.
HSL color Cylindrical-coordinate representation of color #431320: hue angle of 343.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431320 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 32 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.74 |
| HSL | 343.75º | 0.56% | 0.17% | - |
| HSV(B) | 343.75º | 0.72% | 0.26% | - |
| XYZ | 2.81 | 1.76 | 1.56 | - |
| YUV | 34.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 32 | 0 | 0.72 | 0.52 | 0.74 | 343.75 | 0.56 | 0.17 |
| Hex | 43 | 13 | 20 | 0 | 48 | 34 | 4A | 158 | 38 | 11 |
| Octal | 103 | 23 | 40 | 0 | 110 | 64 | 112 | 530 | 70 | 21 |
| Binary | 1000011 | 10011 | 100000 | 0 | 1001000 | 110100 | 1001010 | 101011000 | 111000 | 10001 |
Color Harmonies of #431320
Complementary color
Monochromatic Colors of #431320
Black with #431320
Text Example
Text Example
White with #431320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431320; }
p { color: rgb(67,19,32); }
H1.HeaderClassName
{
color: #431320;
}
.AnyTagClassName
{
color: #431320;
}
</style>
background-color css
<style>
a { background-color: #431320; }
a { background-color: rgb(67,19,32); }
div.DivClassName
{
background-color: #431320;
}
.BgClassName
{
background-color: #431320;
}
</style>
border-color css
<style>
span { border-color: #431320; }
span { border-color: rgb(67,19,32); }
td.TdClassName
{
border-color: #431320;
}
.TagClassName
{
border-color: #431320;
}
</style>