Shades of Bordeaux #41061B
Tints of Bordeaux #41061B
RGB
CMYK
RGB Variations
Color information
#41061B (or 0x41061B) is known color: Bordeaux. HEX triplet: 41, 06 and 1B. RGB value is (65,6,27). Sum of RGB (Red+Green+Blue) = 65+6+27=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061B is #BEF9E4. Grayscale: #1A1A1A. Windows color (decimal): -12515813 or 1771073. OLE color: 1771073.
HSL color Cylindrical-coordinate representation of color #41061B: hue angle of 338.64º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41061B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 27 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.75 |
| HSL | 338.64º | 0.83% | 0.14% | - |
| HSV(B) | 338.64º | 0.91% | 0.25% | - |
| XYZ | 2.44 | 1.33 | 1.17 | - |
| YUV | 26.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 27 | 0 | 0.91 | 0.58 | 0.75 | 338.64 | 0.83 | 0.14 |
| Hex | 41 | 6 | 1B | 0 | 5B | 3A | 4B | 153 | 53 | E |
| Octal | 101 | 6 | 33 | 0 | 133 | 72 | 113 | 523 | 123 | 16 |
| Binary | 1000001 | 110 | 11011 | 0 | 1011011 | 111010 | 1001011 | 101010011 | 1010011 | 1110 |
Color Harmonies of #41061B
Complementary color
Monochromatic Colors of #41061B
Black with #41061B
Text Example
Text Example
White with #41061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41061B; }
p { color: rgb(65,6,27); }
H1.HeaderClassName
{
color: #41061B;
}
.AnyTagClassName
{
color: #41061B;
}
</style>
background-color css
<style>
a { background-color: #41061B; }
a { background-color: rgb(65,6,27); }
div.DivClassName
{
background-color: #41061B;
}
.BgClassName
{
background-color: #41061B;
}
</style>
border-color css
<style>
span { border-color: #41061B; }
span { border-color: rgb(65,6,27); }
td.TdClassName
{
border-color: #41061B;
}
.TagClassName
{
border-color: #41061B;
}
</style>