Shades of Bordeaux #47232B
Tints of Bordeaux #47232B
RGB
CMYK
RGB Variations
Color information
#47232B (or 0x47232B) is known color: Bordeaux. HEX triplet: 47, 23 and 2B. RGB value is (71,35,43). Sum of RGB (Red+Green+Blue) = 71+35+43=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232B is #B8DCD4. Grayscale: #2E2E2E. Windows color (decimal): -12115157 or 2827079. OLE color: 2827079.
HSL color Cylindrical-coordinate representation of color #47232B: hue angle of 346.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47232B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 35 | 43 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.72 |
| HSL | 346.67º | 0.34% | 0.21% | - |
| HSV(B) | 346.67º | 0.51% | 0.28% | - |
| XYZ | 3.64 | 2.72 | 2.62 | - |
| YUV | 46.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 43 | 0 | 0.51 | 0.39 | 0.72 | 346.67 | 0.34 | 0.21 |
| Hex | 47 | 23 | 2B | 0 | 33 | 27 | 48 | 15B | 22 | 15 |
| Octal | 107 | 43 | 53 | 0 | 63 | 47 | 110 | 533 | 42 | 25 |
| Binary | 1000111 | 100011 | 101011 | 0 | 110011 | 100111 | 1001000 | 101011011 | 100010 | 10101 |
Color Harmonies of #47232B
Complementary color
Monochromatic Colors of #47232B
Black with #47232B
Text Example
Text Example
White with #47232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47232B; }
p { color: rgb(71,35,43); }
H1.HeaderClassName
{
color: #47232B;
}
.AnyTagClassName
{
color: #47232B;
}
</style>
background-color css
<style>
a { background-color: #47232B; }
a { background-color: rgb(71,35,43); }
div.DivClassName
{
background-color: #47232B;
}
.BgClassName
{
background-color: #47232B;
}
</style>
border-color css
<style>
span { border-color: #47232B; }
span { border-color: rgb(71,35,43); }
td.TdClassName
{
border-color: #47232B;
}
.TagClassName
{
border-color: #47232B;
}
</style>