Shades of Bordeaux #3F0B1C
Tints of Bordeaux #3F0B1C
RGB
CMYK
RGB Variations
Color information
#3F0B1C (or 0x3F0B1C) is known color: Bordeaux. HEX triplet: 3F, 0B and 1C. RGB value is (63,11,28). Sum of RGB (Red+Green+Blue) = 63+11+28=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B1C is #C0F4E3. Grayscale: #1C1C1C. Windows color (decimal): -12645604 or 1837887. OLE color: 1837887.
HSL color Cylindrical-coordinate representation of color #3F0B1C: hue angle of 340.38º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B1C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 28 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.75 |
| HSL | 340.38º | 0.7% | 0.15% | - |
| HSV(B) | 340.38º | 0.83% | 0.25% | - |
| XYZ | 2.38 | 1.38 | 1.24 | - |
| YUV | 28.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 28 | 0 | 0.83 | 0.56 | 0.75 | 340.38 | 0.7 | 0.15 |
| Hex | 3F | B | 1C | 0 | 53 | 38 | 4B | 154 | 46 | F |
| Octal | 77 | 13 | 34 | 0 | 123 | 70 | 113 | 524 | 106 | 17 |
| Binary | 111111 | 1011 | 11100 | 0 | 1010011 | 111000 | 1001011 | 101010100 | 1000110 | 1111 |
Color Harmonies of #3F0B1C
Complementary color
Monochromatic Colors of #3F0B1C
Black with #3F0B1C
Text Example
Text Example
White with #3F0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B1C; }
p { color: rgb(63,11,28); }
H1.HeaderClassName
{
color: #3F0B1C;
}
.AnyTagClassName
{
color: #3F0B1C;
}
</style>
background-color css
<style>
a { background-color: #3F0B1C; }
a { background-color: rgb(63,11,28); }
div.DivClassName
{
background-color: #3F0B1C;
}
.BgClassName
{
background-color: #3F0B1C;
}
</style>
border-color css
<style>
span { border-color: #3F0B1C; }
span { border-color: rgb(63,11,28); }
td.TdClassName
{
border-color: #3F0B1C;
}
.TagClassName
{
border-color: #3F0B1C;
}
</style>