Shades of Bordeaux #42091B
Tints of Bordeaux #42091B
RGB
CMYK
RGB Variations
Color information
#42091B (or 0x42091B) is known color: Bordeaux. HEX triplet: 42, 09 and 1B. RGB value is (66,9,27). Sum of RGB (Red+Green+Blue) = 66+9+27=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #42091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42091B is #BDF6E4. Grayscale: #1C1C1C. Windows color (decimal): -12449509 or 1771842. OLE color: 1771842.
HSL color Cylindrical-coordinate representation of color #42091B: hue angle of 341.05º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42091B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 27 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.74 |
| HSL | 341.05º | 0.76% | 0.15% | - |
| HSV(B) | 341.05º | 0.86% | 0.26% | - |
| XYZ | 2.54 | 1.43 | 1.18 | - |
| YUV | 28.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 27 | 0 | 0.86 | 0.59 | 0.74 | 341.05 | 0.76 | 0.15 |
| Hex | 42 | 9 | 1B | 0 | 56 | 3B | 4A | 155 | 4C | F |
| Octal | 102 | 11 | 33 | 0 | 126 | 73 | 112 | 525 | 114 | 17 |
| Binary | 1000010 | 1001 | 11011 | 0 | 1010110 | 111011 | 1001010 | 101010101 | 1001100 | 1111 |
Color Harmonies of #42091B
Complementary color
Monochromatic Colors of #42091B
Black with #42091B
Text Example
Text Example
White with #42091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42091B; }
p { color: rgb(66,9,27); }
H1.HeaderClassName
{
color: #42091B;
}
.AnyTagClassName
{
color: #42091B;
}
</style>
background-color css
<style>
a { background-color: #42091B; }
a { background-color: rgb(66,9,27); }
div.DivClassName
{
background-color: #42091B;
}
.BgClassName
{
background-color: #42091B;
}
</style>
border-color css
<style>
span { border-color: #42091B; }
span { border-color: rgb(66,9,27); }
td.TdClassName
{
border-color: #42091B;
}
.TagClassName
{
border-color: #42091B;
}
</style>