Shades of Bordeaux #440A1E
Tints of Bordeaux #440A1E
RGB
CMYK
RGB Variations
Color information
#440A1E (or 0x440A1E) is known color: Bordeaux. HEX triplet: 44, 0A and 1E. RGB value is (68,10,30). Sum of RGB (Red+Green+Blue) = 68+10+30=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A1E is #BBF5E1. Grayscale: #1D1D1D. Windows color (decimal): -12318178 or 1968708. OLE color: 1968708.
HSL color Cylindrical-coordinate representation of color #440A1E: hue angle of 339.31º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A1E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 30 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.73 |
| HSL | 339.31º | 0.74% | 0.15% | - |
| HSV(B) | 339.31º | 0.85% | 0.27% | - |
| XYZ | 2.73 | 1.54 | 1.38 | - |
| YUV | 29.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 30 | 0 | 0.85 | 0.56 | 0.73 | 339.31 | 0.74 | 0.15 |
| Hex | 44 | A | 1E | 0 | 55 | 38 | 49 | 153 | 4A | F |
| Octal | 104 | 12 | 36 | 0 | 125 | 70 | 111 | 523 | 112 | 17 |
| Binary | 1000100 | 1010 | 11110 | 0 | 1010101 | 111000 | 1001001 | 101010011 | 1001010 | 1111 |
Color Harmonies of #440A1E
Complementary color
Monochromatic Colors of #440A1E
Black with #440A1E
Text Example
Text Example
White with #440A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A1E; }
p { color: rgb(68,10,30); }
H1.HeaderClassName
{
color: #440A1E;
}
.AnyTagClassName
{
color: #440A1E;
}
</style>
background-color css
<style>
a { background-color: #440A1E; }
a { background-color: rgb(68,10,30); }
div.DivClassName
{
background-color: #440A1E;
}
.BgClassName
{
background-color: #440A1E;
}
</style>
border-color css
<style>
span { border-color: #440A1E; }
span { border-color: rgb(68,10,30); }
td.TdClassName
{
border-color: #440A1E;
}
.TagClassName
{
border-color: #440A1E;
}
</style>