Shades of Bordeaux #43081D
Tints of Bordeaux #43081D
RGB
CMYK
RGB Variations
Color information
#43081D (or 0x43081D) is known color: Bordeaux. HEX triplet: 43, 08 and 1D. RGB value is (67,8,29). Sum of RGB (Red+Green+Blue) = 67+8+29=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #43081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43081D is #BCF7E2. Grayscale: #1C1C1C. Windows color (decimal): -12384227 or 1902659. OLE color: 1902659.
HSL color Cylindrical-coordinate representation of color #43081D: hue angle of 338.64º 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 #43081D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 29 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.74 |
| HSL | 338.64º | 0.79% | 0.15% | - |
| HSV(B) | 338.64º | 0.88% | 0.26% | - |
| XYZ | 2.62 | 1.46 | 1.31 | - |
| YUV | 28.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 29 | 0 | 0.88 | 0.57 | 0.74 | 338.64 | 0.79 | 0.15 |
| Hex | 43 | 8 | 1D | 0 | 58 | 39 | 4A | 153 | 4F | F |
| Octal | 103 | 10 | 35 | 0 | 130 | 71 | 112 | 523 | 117 | 17 |
| Binary | 1000011 | 1000 | 11101 | 0 | 1011000 | 111001 | 1001010 | 101010011 | 1001111 | 1111 |
Color Harmonies of #43081D
Complementary color
Monochromatic Colors of #43081D
Black with #43081D
Text Example
Text Example
White with #43081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43081D; }
p { color: rgb(67,8,29); }
H1.HeaderClassName
{
color: #43081D;
}
.AnyTagClassName
{
color: #43081D;
}
</style>
background-color css
<style>
a { background-color: #43081D; }
a { background-color: rgb(67,8,29); }
div.DivClassName
{
background-color: #43081D;
}
.BgClassName
{
background-color: #43081D;
}
</style>
border-color css
<style>
span { border-color: #43081D; }
span { border-color: rgb(67,8,29); }
td.TdClassName
{
border-color: #43081D;
}
.TagClassName
{
border-color: #43081D;
}
</style>