Shades of Bordeaux #420B1C
Tints of Bordeaux #420B1C
RGB
CMYK
RGB Variations
Color information
#420B1C (or 0x420B1C) is known color: Bordeaux. HEX triplet: 42, 0B and 1C. RGB value is (66,11,28). Sum of RGB (Red+Green+Blue) = 66+11+28=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B1C is #BDF4E3. Grayscale: #1D1D1D. Windows color (decimal): -12448996 or 1837890. OLE color: 1837890.
HSL color Cylindrical-coordinate representation of color #420B1C: hue angle of 341.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420B1C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 28 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.74 |
| HSL | 341.45º | 0.71% | 0.15% | - |
| HSV(B) | 341.45º | 0.83% | 0.26% | - |
| XYZ | 2.58 | 1.48 | 1.25 | - |
| YUV | 29.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 28 | 0 | 0.83 | 0.58 | 0.74 | 341.45 | 0.71 | 0.15 |
| Hex | 42 | B | 1C | 0 | 53 | 3A | 4A | 155 | 47 | F |
| Octal | 102 | 13 | 34 | 0 | 123 | 72 | 112 | 525 | 107 | 17 |
| Binary | 1000010 | 1011 | 11100 | 0 | 1010011 | 111010 | 1001010 | 101010101 | 1000111 | 1111 |
Color Harmonies of #420B1C
Complementary color
Monochromatic Colors of #420B1C
Black with #420B1C
Text Example
Text Example
White with #420B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B1C; }
p { color: rgb(66,11,28); }
H1.HeaderClassName
{
color: #420B1C;
}
.AnyTagClassName
{
color: #420B1C;
}
</style>
background-color css
<style>
a { background-color: #420B1C; }
a { background-color: rgb(66,11,28); }
div.DivClassName
{
background-color: #420B1C;
}
.BgClassName
{
background-color: #420B1C;
}
</style>
border-color css
<style>
span { border-color: #420B1C; }
span { border-color: rgb(66,11,28); }
td.TdClassName
{
border-color: #420B1C;
}
.TagClassName
{
border-color: #420B1C;
}
</style>