Shades of Bordeaux #3F0D1D
Tints of Bordeaux #3F0D1D
RGB
CMYK
RGB Variations
Color information
#3F0D1D (or 0x3F0D1D) is known color: Bordeaux. HEX triplet: 3F, 0D and 1D. RGB value is (63,13,29). Sum of RGB (Red+Green+Blue) = 63+13+29=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D1D is #C0F2E2. Grayscale: #1D1D1D. Windows color (decimal): -12645091 or 1903935. OLE color: 1903935.
HSL color Cylindrical-coordinate representation of color #3F0D1D: hue angle of 340.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D1D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 29 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.75 |
| HSL | 340.8º | 0.66% | 0.15% | - |
| HSV(B) | 340.8º | 0.79% | 0.25% | - |
| XYZ | 2.42 | 1.43 | 1.31 | - |
| YUV | 29.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 29 | 0 | 0.79 | 0.54 | 0.75 | 340.8 | 0.66 | 0.15 |
| Hex | 3F | D | 1D | 0 | 4F | 36 | 4B | 155 | 42 | F |
| Octal | 77 | 15 | 35 | 0 | 117 | 66 | 113 | 525 | 102 | 17 |
| Binary | 111111 | 1101 | 11101 | 0 | 1001111 | 110110 | 1001011 | 101010101 | 1000010 | 1111 |
Color Harmonies of #3F0D1D
Complementary color
Monochromatic Colors of #3F0D1D
Black with #3F0D1D
Text Example
Text Example
White with #3F0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D1D; }
p { color: rgb(63,13,29); }
H1.HeaderClassName
{
color: #3F0D1D;
}
.AnyTagClassName
{
color: #3F0D1D;
}
</style>
background-color css
<style>
a { background-color: #3F0D1D; }
a { background-color: rgb(63,13,29); }
div.DivClassName
{
background-color: #3F0D1D;
}
.BgClassName
{
background-color: #3F0D1D;
}
</style>
border-color css
<style>
span { border-color: #3F0D1D; }
span { border-color: rgb(63,13,29); }
td.TdClassName
{
border-color: #3F0D1D;
}
.TagClassName
{
border-color: #3F0D1D;
}
</style>