Shades of Rebel #47312B
Tints of Rebel #47312B
RGB
CMYK
RGB Variations
Color information
#47312B (or 0x47312B) is known color: Rebel. HEX triplet: 47, 31 and 2B. RGB value is (71,49,43). Sum of RGB (Red+Green+Blue) = 71+49+43=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47312B is #B8CED4. Grayscale: #363636. Windows color (decimal): -12111573 or 2830663. OLE color: 2830663.
HSL color Cylindrical-coordinate representation of color #47312B: hue angle of 12.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47312B is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 43 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.72 |
| HSL | 12.86º | 0.25% | 0.22% | - |
| HSV(B) | 12.86º | 0.39% | 0.28% | - |
| XYZ | 4.13 | 3.71 | 2.78 | - |
| YUV | 54.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 43 | 0 | 0.31 | 0.39 | 0.72 | 12.86 | 0.25 | 0.22 |
| Hex | 47 | 31 | 2B | 0 | 1F | 27 | 48 | D | 19 | 16 |
| Octal | 107 | 61 | 53 | 0 | 37 | 47 | 110 | 15 | 31 | 26 |
| Binary | 1000111 | 110001 | 101011 | 0 | 11111 | 100111 | 1001000 | 1101 | 11001 | 10110 |
Color Harmonies of #47312B
Complementary color
Monochromatic Colors of #47312B
Black with #47312B
Text Example
Text Example
White with #47312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47312B; }
p { color: rgb(71,49,43); }
H1.HeaderClassName
{
color: #47312B;
}
.AnyTagClassName
{
color: #47312B;
}
</style>
background-color css
<style>
a { background-color: #47312B; }
a { background-color: rgb(71,49,43); }
div.DivClassName
{
background-color: #47312B;
}
.BgClassName
{
background-color: #47312B;
}
</style>
border-color css
<style>
span { border-color: #47312B; }
span { border-color: rgb(71,49,43); }
td.TdClassName
{
border-color: #47312B;
}
.TagClassName
{
border-color: #47312B;
}
</style>