Shades of Bordeaux #420F20
Tints of Bordeaux #420F20
RGB
CMYK
RGB Variations
Color information
#420F20 (or 0x420F20) is known color: Bordeaux. HEX triplet: 42, 0F and 20. RGB value is (66,15,32). Sum of RGB (Red+Green+Blue) = 66+15+32=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #420F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F20 is #BDF0DF. Grayscale: #202020. Windows color (decimal): -12447968 or 2101058. OLE color: 2101058.
HSL color Cylindrical-coordinate representation of color #420F20: hue angle of 340º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F20 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 32 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.74 |
| HSL | 340º | 0.63% | 0.16% | - |
| HSV(B) | 340º | 0.77% | 0.26% | - |
| XYZ | 2.68 | 1.6 | 1.53 | - |
| YUV | 32.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 32 | 0 | 0.77 | 0.52 | 0.74 | 340 | 0.63 | 0.16 |
| Hex | 42 | F | 20 | 0 | 4D | 34 | 4A | 154 | 3F | 10 |
| Octal | 102 | 17 | 40 | 0 | 115 | 64 | 112 | 524 | 77 | 20 |
| Binary | 1000010 | 1111 | 100000 | 0 | 1001101 | 110100 | 1001010 | 101010100 | 111111 | 10000 |
Color Harmonies of #420F20
Complementary color
Monochromatic Colors of #420F20
Black with #420F20
Text Example
Text Example
White with #420F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F20; }
p { color: rgb(66,15,32); }
H1.HeaderClassName
{
color: #420F20;
}
.AnyTagClassName
{
color: #420F20;
}
</style>
background-color css
<style>
a { background-color: #420F20; }
a { background-color: rgb(66,15,32); }
div.DivClassName
{
background-color: #420F20;
}
.BgClassName
{
background-color: #420F20;
}
</style>
border-color css
<style>
span { border-color: #420F20; }
span { border-color: rgb(66,15,32); }
td.TdClassName
{
border-color: #420F20;
}
.TagClassName
{
border-color: #420F20;
}
</style>