Shades of Bordeaux #421521
Tints of Bordeaux #421521
RGB
CMYK
RGB Variations
Color information
#421521 (or 0x421521) is known color: Bordeaux. HEX triplet: 42, 15 and 21. RGB value is (66,21,33). Sum of RGB (Red+Green+Blue) = 66+21+33=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #421521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421521 is #BDEADE. Grayscale: #232323. Windows color (decimal): -12446431 or 2168130. OLE color: 2168130.
HSL color Cylindrical-coordinate representation of color #421521: hue angle of 344º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421521 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 33 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.74 |
| HSL | 344º | 0.52% | 0.17% | - |
| HSV(B) | 344º | 0.68% | 0.26% | - |
| XYZ | 2.79 | 1.8 | 1.64 | - |
| YUV | 35.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 33 | 0 | 0.68 | 0.5 | 0.74 | 344 | 0.52 | 0.17 |
| Hex | 42 | 15 | 21 | 0 | 44 | 32 | 4A | 158 | 34 | 11 |
| Octal | 102 | 25 | 41 | 0 | 104 | 62 | 112 | 530 | 64 | 21 |
| Binary | 1000010 | 10101 | 100001 | 0 | 1000100 | 110010 | 1001010 | 101011000 | 110100 | 10001 |
Color Harmonies of #421521
Complementary color
Monochromatic Colors of #421521
Black with #421521
Text Example
Text Example
White with #421521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421521; }
p { color: rgb(66,21,33); }
H1.HeaderClassName
{
color: #421521;
}
.AnyTagClassName
{
color: #421521;
}
</style>
background-color css
<style>
a { background-color: #421521; }
a { background-color: rgb(66,21,33); }
div.DivClassName
{
background-color: #421521;
}
.BgClassName
{
background-color: #421521;
}
</style>
border-color css
<style>
span { border-color: #421521; }
span { border-color: rgb(66,21,33); }
td.TdClassName
{
border-color: #421521;
}
.TagClassName
{
border-color: #421521;
}
</style>