Shades of Bordeaux #44061A
Tints of Bordeaux #44061A
RGB
CMYK
RGB Variations
Color information
#44061A (or 0x44061A) is known color: Bordeaux. HEX triplet: 44, 06 and 1A. RGB value is (68,6,26). Sum of RGB (Red+Green+Blue) = 68+6+26=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #44061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44061A is #BBF9E5. Grayscale: #1A1A1A. Windows color (decimal): -12319206 or 1705540. OLE color: 1705540.
HSL color Cylindrical-coordinate representation of color #44061A: hue angle of 340.65º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44061A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 26 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.73 |
| HSL | 340.65º | 0.84% | 0.15% | - |
| HSV(B) | 340.65º | 0.91% | 0.27% | - |
| XYZ | 2.64 | 1.43 | 1.12 | - |
| YUV | 26.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 26 | 0 | 0.91 | 0.62 | 0.73 | 340.65 | 0.84 | 0.15 |
| Hex | 44 | 6 | 1A | 0 | 5B | 3E | 49 | 155 | 54 | F |
| Octal | 104 | 6 | 32 | 0 | 133 | 76 | 111 | 525 | 124 | 17 |
| Binary | 1000100 | 110 | 11010 | 0 | 1011011 | 111110 | 1001001 | 101010101 | 1010100 | 1111 |
Color Harmonies of #44061A
Complementary color
Monochromatic Colors of #44061A
Black with #44061A
Text Example
Text Example
White with #44061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44061A; }
p { color: rgb(68,6,26); }
H1.HeaderClassName
{
color: #44061A;
}
.AnyTagClassName
{
color: #44061A;
}
</style>
background-color css
<style>
a { background-color: #44061A; }
a { background-color: rgb(68,6,26); }
div.DivClassName
{
background-color: #44061A;
}
.BgClassName
{
background-color: #44061A;
}
</style>
border-color css
<style>
span { border-color: #44061A; }
span { border-color: rgb(68,6,26); }
td.TdClassName
{
border-color: #44061A;
}
.TagClassName
{
border-color: #44061A;
}
</style>