Shades of Bordeaux #43081C
Tints of Bordeaux #43081C
RGB
CMYK
RGB Variations
Color information
#43081C (or 0x43081C) is known color: Bordeaux. HEX triplet: 43, 08 and 1C. RGB value is (67,8,28). Sum of RGB (Red+Green+Blue) = 67+8+28=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #43081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43081C is #BCF7E3. Grayscale: #1B1B1B. Windows color (decimal): -12384228 or 1837123. OLE color: 1837123.
HSL color Cylindrical-coordinate representation of color #43081C: hue angle of 339.66º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43081C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 28 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.74 |
| HSL | 339.66º | 0.79% | 0.15% | - |
| HSV(B) | 339.66º | 0.88% | 0.26% | - |
| XYZ | 2.61 | 1.45 | 1.24 | - |
| YUV | 27.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 28 | 0 | 0.88 | 0.58 | 0.74 | 339.66 | 0.79 | 0.15 |
| Hex | 43 | 8 | 1C | 0 | 58 | 3A | 4A | 154 | 4F | F |
| Octal | 103 | 10 | 34 | 0 | 130 | 72 | 112 | 524 | 117 | 17 |
| Binary | 1000011 | 1000 | 11100 | 0 | 1011000 | 111010 | 1001010 | 101010100 | 1001111 | 1111 |
Color Harmonies of #43081C
Complementary color
Monochromatic Colors of #43081C
Black with #43081C
Text Example
Text Example
White with #43081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43081C; }
p { color: rgb(67,8,28); }
H1.HeaderClassName
{
color: #43081C;
}
.AnyTagClassName
{
color: #43081C;
}
</style>
background-color css
<style>
a { background-color: #43081C; }
a { background-color: rgb(67,8,28); }
div.DivClassName
{
background-color: #43081C;
}
.BgClassName
{
background-color: #43081C;
}
</style>
border-color css
<style>
span { border-color: #43081C; }
span { border-color: rgb(67,8,28); }
td.TdClassName
{
border-color: #43081C;
}
.TagClassName
{
border-color: #43081C;
}
</style>