Shades of Bordeaux #42071C
Tints of Bordeaux #42071C
RGB
CMYK
RGB Variations
Color information
#42071C (or 0x42071C) is known color: Bordeaux. HEX triplet: 42, 07 and 1C. RGB value is (66,7,28). Sum of RGB (Red+Green+Blue) = 66+7+28=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42071C is #BDF8E3. Grayscale: #1B1B1B. Windows color (decimal): -12450020 or 1836866. OLE color: 1836866.
HSL color Cylindrical-coordinate representation of color #42071C: hue angle of 338.64º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42071C is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 28 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.74 |
| HSL | 338.64º | 0.81% | 0.14% | - |
| HSV(B) | 338.64º | 0.89% | 0.26% | - |
| XYZ | 2.53 | 1.39 | 1.23 | - |
| YUV | 27.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 28 | 0 | 0.89 | 0.58 | 0.74 | 338.64 | 0.81 | 0.14 |
| Hex | 42 | 7 | 1C | 0 | 59 | 3A | 4A | 153 | 51 | E |
| Octal | 102 | 7 | 34 | 0 | 131 | 72 | 112 | 523 | 121 | 16 |
| Binary | 1000010 | 111 | 11100 | 0 | 1011001 | 111010 | 1001010 | 101010011 | 1010001 | 1110 |
Color Harmonies of #42071C
Complementary color
Monochromatic Colors of #42071C
Black with #42071C
Text Example
Text Example
White with #42071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42071C; }
p { color: rgb(66,7,28); }
H1.HeaderClassName
{
color: #42071C;
}
.AnyTagClassName
{
color: #42071C;
}
</style>
background-color css
<style>
a { background-color: #42071C; }
a { background-color: rgb(66,7,28); }
div.DivClassName
{
background-color: #42071C;
}
.BgClassName
{
background-color: #42071C;
}
</style>
border-color css
<style>
span { border-color: #42071C; }
span { border-color: rgb(66,7,28); }
td.TdClassName
{
border-color: #42071C;
}
.TagClassName
{
border-color: #42071C;
}
</style>