Shades of Bordeaux #440A1C
Tints of Bordeaux #440A1C
RGB
CMYK
RGB Variations
Color information
#440A1C (or 0x440A1C) is known color: Bordeaux. HEX triplet: 44, 0A and 1C. RGB value is (68,10,28). Sum of RGB (Red+Green+Blue) = 68+10+28=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #440A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A1C is #BBF5E3. Grayscale: #1D1D1D. Windows color (decimal): -12318180 or 1837636. OLE color: 1837636.
HSL color Cylindrical-coordinate representation of color #440A1C: hue angle of 341.38º 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 #440A1C is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 28 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.73 |
| HSL | 341.38º | 0.74% | 0.15% | - |
| HSV(B) | 341.38º | 0.85% | 0.27% | - |
| XYZ | 2.7 | 1.53 | 1.25 | - |
| YUV | 29.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 28 | 0 | 0.85 | 0.59 | 0.73 | 341.38 | 0.74 | 0.15 |
| Hex | 44 | A | 1C | 0 | 55 | 3B | 49 | 155 | 4A | F |
| Octal | 104 | 12 | 34 | 0 | 125 | 73 | 111 | 525 | 112 | 17 |
| Binary | 1000100 | 1010 | 11100 | 0 | 1010101 | 111011 | 1001001 | 101010101 | 1001010 | 1111 |
Color Harmonies of #440A1C
Complementary color
Monochromatic Colors of #440A1C
Black with #440A1C
Text Example
Text Example
White with #440A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A1C; }
p { color: rgb(68,10,28); }
H1.HeaderClassName
{
color: #440A1C;
}
.AnyTagClassName
{
color: #440A1C;
}
</style>
background-color css
<style>
a { background-color: #440A1C; }
a { background-color: rgb(68,10,28); }
div.DivClassName
{
background-color: #440A1C;
}
.BgClassName
{
background-color: #440A1C;
}
</style>
border-color css
<style>
span { border-color: #440A1C; }
span { border-color: rgb(68,10,28); }
td.TdClassName
{
border-color: #440A1C;
}
.TagClassName
{
border-color: #440A1C;
}
</style>