Shades of Bordeaux #441925
Tints of Bordeaux #441925
RGB
CMYK
RGB Variations
Color information
#441925 (or 0x441925) is known color: Bordeaux. HEX triplet: 44, 19 and 25. RGB value is (68,25,37). Sum of RGB (Red+Green+Blue) = 68+25+37=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441925 is #BBE6DA. Grayscale: #272727. Windows color (decimal): -12314331 or 2431300. OLE color: 2431300.
HSL color Cylindrical-coordinate representation of color #441925: hue angle of 343.26º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441925 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 37 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.73 |
| HSL | 343.26º | 0.46% | 0.18% | - |
| HSV(B) | 343.26º | 0.63% | 0.27% | - |
| XYZ | 3.07 | 2.06 | 1.99 | - |
| YUV | 39.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 37 | 0 | 0.63 | 0.46 | 0.73 | 343.26 | 0.46 | 0.18 |
| Hex | 44 | 19 | 25 | 0 | 3F | 2E | 49 | 157 | 2E | 12 |
| Octal | 104 | 31 | 45 | 0 | 77 | 56 | 111 | 527 | 56 | 22 |
| Binary | 1000100 | 11001 | 100101 | 0 | 111111 | 101110 | 1001001 | 101010111 | 101110 | 10010 |
Color Harmonies of #441925
Complementary color
Monochromatic Colors of #441925
Black with #441925
Text Example
Text Example
White with #441925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441925; }
p { color: rgb(68,25,37); }
H1.HeaderClassName
{
color: #441925;
}
.AnyTagClassName
{
color: #441925;
}
</style>
background-color css
<style>
a { background-color: #441925; }
a { background-color: rgb(68,25,37); }
div.DivClassName
{
background-color: #441925;
}
.BgClassName
{
background-color: #441925;
}
</style>
border-color css
<style>
span { border-color: #441925; }
span { border-color: rgb(68,25,37); }
td.TdClassName
{
border-color: #441925;
}
.TagClassName
{
border-color: #441925;
}
</style>