Shades of Bordeaux #421721
Tints of Bordeaux #421721
RGB
CMYK
RGB Variations
Color information
#421721 (or 0x421721) is known color: Bordeaux. HEX triplet: 42, 17 and 21. RGB value is (66,23,33). Sum of RGB (Red+Green+Blue) = 66+23+33=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421721 is #BDE8DE. Grayscale: #252525. Windows color (decimal): -12445919 or 2168642. OLE color: 2168642.
HSL color Cylindrical-coordinate representation of color #421721: hue angle of 346.05º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421721 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 23 | 33 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.74 |
| HSL | 346.05º | 0.48% | 0.17% | - |
| HSV(B) | 346.05º | 0.65% | 0.26% | - |
| XYZ | 2.83 | 1.88 | 1.65 | - |
| YUV | 37 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 33 | 0 | 0.65 | 0.5 | 0.74 | 346.05 | 0.48 | 0.17 |
| Hex | 42 | 17 | 21 | 0 | 41 | 32 | 4A | 15A | 30 | 11 |
| Octal | 102 | 27 | 41 | 0 | 101 | 62 | 112 | 532 | 60 | 21 |
| Binary | 1000010 | 10111 | 100001 | 0 | 1000001 | 110010 | 1001010 | 101011010 | 110000 | 10001 |
Color Harmonies of #421721
Complementary color
Monochromatic Colors of #421721
Black with #421721
Text Example
Text Example
White with #421721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421721; }
p { color: rgb(66,23,33); }
H1.HeaderClassName
{
color: #421721;
}
.AnyTagClassName
{
color: #421721;
}
</style>
background-color css
<style>
a { background-color: #421721; }
a { background-color: rgb(66,23,33); }
div.DivClassName
{
background-color: #421721;
}
.BgClassName
{
background-color: #421721;
}
</style>
border-color css
<style>
span { border-color: #421721; }
span { border-color: rgb(66,23,33); }
td.TdClassName
{
border-color: #421721;
}
.TagClassName
{
border-color: #421721;
}
</style>