Shades of Bordeaux #43131C
Tints of Bordeaux #43131C
RGB
CMYK
RGB Variations
Color information
#43131C (or 0x43131C) is known color: Bordeaux. HEX triplet: 43, 13 and 1C. RGB value is (67,19,28). Sum of RGB (Red+Green+Blue) = 67+19+28=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43131C is #BCECE3. Grayscale: #222222. Windows color (decimal): -12381412 or 1839939. OLE color: 1839939.
HSL color Cylindrical-coordinate representation of color #43131C: hue angle of 348.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43131C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 28 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.74 |
| HSL | 348.75º | 0.56% | 0.17% | - |
| HSV(B) | 348.75º | 0.72% | 0.26% | - |
| XYZ | 2.76 | 1.74 | 1.29 | - |
| YUV | 34.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 28 | 0 | 0.72 | 0.58 | 0.74 | 348.75 | 0.56 | 0.17 |
| Hex | 43 | 13 | 1C | 0 | 48 | 3A | 4A | 15D | 38 | 11 |
| Octal | 103 | 23 | 34 | 0 | 110 | 72 | 112 | 535 | 70 | 21 |
| Binary | 1000011 | 10011 | 11100 | 0 | 1001000 | 111010 | 1001010 | 101011101 | 111000 | 10001 |
Color Harmonies of #43131C
Complementary color
Monochromatic Colors of #43131C
Black with #43131C
Text Example
Text Example
White with #43131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43131C; }
p { color: rgb(67,19,28); }
H1.HeaderClassName
{
color: #43131C;
}
.AnyTagClassName
{
color: #43131C;
}
</style>
background-color css
<style>
a { background-color: #43131C; }
a { background-color: rgb(67,19,28); }
div.DivClassName
{
background-color: #43131C;
}
.BgClassName
{
background-color: #43131C;
}
</style>
border-color css
<style>
span { border-color: #43131C; }
span { border-color: rgb(67,19,28); }
td.TdClassName
{
border-color: #43131C;
}
.TagClassName
{
border-color: #43131C;
}
</style>