Shades of Bordeaux #440618
Tints of Bordeaux #440618
RGB
CMYK
RGB Variations
Color information
#440618 (or 0x440618) is known color: Bordeaux. HEX triplet: 44, 06 and 18. RGB value is (68,6,24). Sum of RGB (Red+Green+Blue) = 68+6+24=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #440618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440618 is #BBF9E7. Grayscale: #1A1A1A. Windows color (decimal): -12319208 or 1574468. OLE color: 1574468.
HSL color Cylindrical-coordinate representation of color #440618: hue angle of 342.58º 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 #440618 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 24 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.73 |
| HSL | 342.58º | 0.84% | 0.15% | - |
| HSV(B) | 342.58º | 0.91% | 0.27% | - |
| XYZ | 2.61 | 1.43 | 1 | - |
| YUV | 26.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 24 | 0 | 0.91 | 0.65 | 0.73 | 342.58 | 0.84 | 0.15 |
| Hex | 44 | 6 | 18 | 0 | 5B | 41 | 49 | 157 | 54 | F |
| Octal | 104 | 6 | 30 | 0 | 133 | 101 | 111 | 527 | 124 | 17 |
| Binary | 1000100 | 110 | 11000 | 0 | 1011011 | 1000001 | 1001001 | 101010111 | 1010100 | 1111 |
Color Harmonies of #440618
Complementary color
Monochromatic Colors of #440618
Black with #440618
Text Example
Text Example
White with #440618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440618; }
p { color: rgb(68,6,24); }
H1.HeaderClassName
{
color: #440618;
}
.AnyTagClassName
{
color: #440618;
}
</style>
background-color css
<style>
a { background-color: #440618; }
a { background-color: rgb(68,6,24); }
div.DivClassName
{
background-color: #440618;
}
.BgClassName
{
background-color: #440618;
}
</style>
border-color css
<style>
span { border-color: #440618; }
span { border-color: rgb(68,6,24); }
td.TdClassName
{
border-color: #440618;
}
.TagClassName
{
border-color: #440618;
}
</style>