Shades of Bordeaux #430D20
Tints of Bordeaux #430D20
RGB
CMYK
RGB Variations
Color information
#430D20 (or 0x430D20) is known color: Bordeaux. HEX triplet: 43, 0D and 20. RGB value is (67,13,32). Sum of RGB (Red+Green+Blue) = 67+13+32=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D20 is #BCF2DF. Grayscale: #1F1F1F. Windows color (decimal): -12382944 or 2100547. OLE color: 2100547.
HSL color Cylindrical-coordinate representation of color #430D20: hue angle of 338.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D20 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 32 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.74 |
| HSL | 338.89º | 0.68% | 0.16% | - |
| HSV(B) | 338.89º | 0.81% | 0.26% | - |
| XYZ | 2.72 | 1.59 | 1.53 | - |
| YUV | 31.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 32 | 0 | 0.81 | 0.52 | 0.74 | 338.89 | 0.68 | 0.16 |
| Hex | 43 | D | 20 | 0 | 51 | 34 | 4A | 153 | 44 | 10 |
| Octal | 103 | 15 | 40 | 0 | 121 | 64 | 112 | 523 | 104 | 20 |
| Binary | 1000011 | 1101 | 100000 | 0 | 1010001 | 110100 | 1001010 | 101010011 | 1000100 | 10000 |
Color Harmonies of #430D20
Complementary color
Monochromatic Colors of #430D20
Black with #430D20
Text Example
Text Example
White with #430D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D20; }
p { color: rgb(67,13,32); }
H1.HeaderClassName
{
color: #430D20;
}
.AnyTagClassName
{
color: #430D20;
}
</style>
background-color css
<style>
a { background-color: #430D20; }
a { background-color: rgb(67,13,32); }
div.DivClassName
{
background-color: #430D20;
}
.BgClassName
{
background-color: #430D20;
}
</style>
border-color css
<style>
span { border-color: #430D20; }
span { border-color: rgb(67,13,32); }
td.TdClassName
{
border-color: #430D20;
}
.TagClassName
{
border-color: #430D20;
}
</style>