Shades of Bordeaux #42081A
Tints of Bordeaux #42081A
RGB
CMYK
RGB Variations
Color information
#42081A (or 0x42081A) is known color: Bordeaux. HEX triplet: 42, 08 and 1A. RGB value is (66,8,26). Sum of RGB (Red+Green+Blue) = 66+8+26=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42081A is #BDF7E5. Grayscale: #1B1B1B. Windows color (decimal): -12449766 or 1706050. OLE color: 1706050.
HSL color Cylindrical-coordinate representation of color #42081A: hue angle of 341.38º 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 #42081A is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 26 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.74 |
| HSL | 341.38º | 0.78% | 0.15% | - |
| HSV(B) | 341.38º | 0.88% | 0.26% | - |
| XYZ | 2.52 | 1.41 | 1.12 | - |
| YUV | 27.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 26 | 0 | 0.88 | 0.61 | 0.74 | 341.38 | 0.78 | 0.15 |
| Hex | 42 | 8 | 1A | 0 | 58 | 3D | 4A | 155 | 4E | F |
| Octal | 102 | 10 | 32 | 0 | 130 | 75 | 112 | 525 | 116 | 17 |
| Binary | 1000010 | 1000 | 11010 | 0 | 1011000 | 111101 | 1001010 | 101010101 | 1001110 | 1111 |
Color Harmonies of #42081A
Complementary color
Monochromatic Colors of #42081A
Black with #42081A
Text Example
Text Example
White with #42081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42081A; }
p { color: rgb(66,8,26); }
H1.HeaderClassName
{
color: #42081A;
}
.AnyTagClassName
{
color: #42081A;
}
</style>
background-color css
<style>
a { background-color: #42081A; }
a { background-color: rgb(66,8,26); }
div.DivClassName
{
background-color: #42081A;
}
.BgClassName
{
background-color: #42081A;
}
</style>
border-color css
<style>
span { border-color: #42081A; }
span { border-color: rgb(66,8,26); }
td.TdClassName
{
border-color: #42081A;
}
.TagClassName
{
border-color: #42081A;
}
</style>