Shades of Bordeaux #421821
Tints of Bordeaux #421821
RGB
CMYK
RGB Variations
Color information
#421821 (or 0x421821) is known color: Bordeaux. HEX triplet: 42, 18 and 21. RGB value is (66,24,33). Sum of RGB (Red+Green+Blue) = 66+24+33=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421821 is #BDE7DE. Grayscale: #252525. Windows color (decimal): -12445663 or 2168898. OLE color: 2168898.
HSL color Cylindrical-coordinate representation of color #421821: hue angle of 347.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421821 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 33 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.74 |
| HSL | 347.14º | 0.47% | 0.18% | - |
| HSV(B) | 347.14º | 0.64% | 0.26% | - |
| XYZ | 2.85 | 1.92 | 1.66 | - |
| YUV | 37.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 33 | 0 | 0.64 | 0.5 | 0.74 | 347.14 | 0.47 | 0.18 |
| Hex | 42 | 18 | 21 | 0 | 40 | 32 | 4A | 15B | 2F | 12 |
| Octal | 102 | 30 | 41 | 0 | 100 | 62 | 112 | 533 | 57 | 22 |
| Binary | 1000010 | 11000 | 100001 | 0 | 1000000 | 110010 | 1001010 | 101011011 | 101111 | 10010 |
Color Harmonies of #421821
Complementary color
Monochromatic Colors of #421821
Black with #421821
Text Example
Text Example
White with #421821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421821; }
p { color: rgb(66,24,33); }
H1.HeaderClassName
{
color: #421821;
}
.AnyTagClassName
{
color: #421821;
}
</style>
background-color css
<style>
a { background-color: #421821; }
a { background-color: rgb(66,24,33); }
div.DivClassName
{
background-color: #421821;
}
.BgClassName
{
background-color: #421821;
}
</style>
border-color css
<style>
span { border-color: #421821; }
span { border-color: rgb(66,24,33); }
td.TdClassName
{
border-color: #421821;
}
.TagClassName
{
border-color: #421821;
}
</style>