Shades of Bordeaux #420F1C
Tints of Bordeaux #420F1C
RGB
CMYK
RGB Variations
Color information
#420F1C (or 0x420F1C) is known color: Bordeaux. HEX triplet: 42, 0F and 1C. RGB value is (66,15,28). Sum of RGB (Red+Green+Blue) = 66+15+28=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #420F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F1C is #BDF0E3. Grayscale: #1F1F1F. Windows color (decimal): -12447972 or 1838914. OLE color: 1838914.
HSL color Cylindrical-coordinate representation of color #420F1C: hue angle of 344.71º 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 #420F1C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 28 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.74 |
| HSL | 344.71º | 0.63% | 0.16% | - |
| HSV(B) | 344.71º | 0.77% | 0.26% | - |
| XYZ | 2.63 | 1.58 | 1.27 | - |
| YUV | 31.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 28 | 0 | 0.77 | 0.58 | 0.74 | 344.71 | 0.63 | 0.16 |
| Hex | 42 | F | 1C | 0 | 4D | 3A | 4A | 159 | 3F | 10 |
| Octal | 102 | 17 | 34 | 0 | 115 | 72 | 112 | 531 | 77 | 20 |
| Binary | 1000010 | 1111 | 11100 | 0 | 1001101 | 111010 | 1001010 | 101011001 | 111111 | 10000 |
Color Harmonies of #420F1C
Complementary color
Monochromatic Colors of #420F1C
Black with #420F1C
Text Example
Text Example
White with #420F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F1C; }
p { color: rgb(66,15,28); }
H1.HeaderClassName
{
color: #420F1C;
}
.AnyTagClassName
{
color: #420F1C;
}
</style>
background-color css
<style>
a { background-color: #420F1C; }
a { background-color: rgb(66,15,28); }
div.DivClassName
{
background-color: #420F1C;
}
.BgClassName
{
background-color: #420F1C;
}
</style>
border-color css
<style>
span { border-color: #420F1C; }
span { border-color: rgb(66,15,28); }
td.TdClassName
{
border-color: #420F1C;
}
.TagClassName
{
border-color: #420F1C;
}
</style>