Shades of Bordeaux #41061A
Tints of Bordeaux #41061A
RGB
CMYK
RGB Variations
Color information
#41061A (or 0x41061A) is known color: Bordeaux. HEX triplet: 41, 06 and 1A. RGB value is (65,6,26). Sum of RGB (Red+Green+Blue) = 65+6+26=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #41061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061A is #BEF9E5. Grayscale: #191919. Windows color (decimal): -12515814 or 1705537. OLE color: 1705537.
HSL color Cylindrical-coordinate representation of color #41061A: hue angle of 339.66º 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 #41061A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 26 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.75 |
| HSL | 339.66º | 0.83% | 0.14% | - |
| HSV(B) | 339.66º | 0.91% | 0.25% | - |
| XYZ | 2.43 | 1.33 | 1.11 | - |
| YUV | 25.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 26 | 0 | 0.91 | 0.60 | 0.75 | 339.66 | 0.83 | 0.14 |
| Hex | 41 | 6 | 1A | 0 | 5B | 3C | 4B | 154 | 53 | E |
| Octal | 101 | 6 | 32 | 0 | 133 | 74 | 113 | 524 | 123 | 16 |
| Binary | 1000001 | 110 | 11010 | 0 | 1011011 | 111100 | 1001011 | 101010100 | 1010011 | 1110 |
Color Harmonies of #41061A
Complementary color
Monochromatic Colors of #41061A
Black with #41061A
Text Example
Text Example
White with #41061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41061A; }
p { color: rgb(65,6,26); }
H1.HeaderClassName
{
color: #41061A;
}
.AnyTagClassName
{
color: #41061A;
}
</style>
background-color css
<style>
a { background-color: #41061A; }
a { background-color: rgb(65,6,26); }
div.DivClassName
{
background-color: #41061A;
}
.BgClassName
{
background-color: #41061A;
}
</style>
border-color css
<style>
span { border-color: #41061A; }
span { border-color: rgb(65,6,26); }
td.TdClassName
{
border-color: #41061A;
}
.TagClassName
{
border-color: #41061A;
}
</style>