Shades of Bordeaux #42081C
Tints of Bordeaux #42081C
RGB
CMYK
RGB Variations
Color information
#42081C (or 0x42081C) is known color: Bordeaux. HEX triplet: 42, 08 and 1C. RGB value is (66,8,28). Sum of RGB (Red+Green+Blue) = 66+8+28=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #42081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42081C is #BDF7E3. Grayscale: #1B1B1B. Windows color (decimal): -12449764 or 1837122. OLE color: 1837122.
HSL color Cylindrical-coordinate representation of color #42081C: hue angle of 339.31º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42081C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 28 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.74 |
| HSL | 339.31º | 0.78% | 0.15% | - |
| HSV(B) | 339.31º | 0.88% | 0.26% | - |
| XYZ | 2.54 | 1.42 | 1.24 | - |
| YUV | 27.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 28 | 0 | 0.88 | 0.58 | 0.74 | 339.31 | 0.78 | 0.15 |
| Hex | 42 | 8 | 1C | 0 | 58 | 3A | 4A | 153 | 4E | F |
| Octal | 102 | 10 | 34 | 0 | 130 | 72 | 112 | 523 | 116 | 17 |
| Binary | 1000010 | 1000 | 11100 | 0 | 1011000 | 111010 | 1001010 | 101010011 | 1001110 | 1111 |
Color Harmonies of #42081C
Complementary color
Monochromatic Colors of #42081C
Black with #42081C
Text Example
Text Example
White with #42081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42081C; }
p { color: rgb(66,8,28); }
H1.HeaderClassName
{
color: #42081C;
}
.AnyTagClassName
{
color: #42081C;
}
</style>
background-color css
<style>
a { background-color: #42081C; }
a { background-color: rgb(66,8,28); }
div.DivClassName
{
background-color: #42081C;
}
.BgClassName
{
background-color: #42081C;
}
</style>
border-color css
<style>
span { border-color: #42081C; }
span { border-color: rgb(66,8,28); }
td.TdClassName
{
border-color: #42081C;
}
.TagClassName
{
border-color: #42081C;
}
</style>