Shades of Rebel #47332C
Tints of Rebel #47332C
RGB
CMYK
RGB Variations
Color information
#47332C (or 0x47332C) is known color: Rebel. HEX triplet: 47, 33 and 2C. RGB value is (71,51,44). Sum of RGB (Red+Green+Blue) = 71+51+44=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47332C is #B8CCD3. Grayscale: #383838. Windows color (decimal): -12111060 or 2896711. OLE color: 2896711.
HSL color Cylindrical-coordinate representation of color #47332C: hue angle of 15.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47332C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 44 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.72 |
| HSL | 15.56º | 0.23% | 0.23% | - |
| HSV(B) | 15.56º | 0.38% | 0.28% | - |
| XYZ | 4.24 | 3.89 | 2.91 | - |
| YUV | 56.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 44 | 0 | 0.28 | 0.38 | 0.72 | 15.56 | 0.23 | 0.23 |
| Hex | 47 | 33 | 2C | 0 | 1C | 26 | 48 | 10 | 17 | 17 |
| Octal | 107 | 63 | 54 | 0 | 34 | 46 | 110 | 20 | 27 | 27 |
| Binary | 1000111 | 110011 | 101100 | 0 | 11100 | 100110 | 1001000 | 10000 | 10111 | 10111 |
Color Harmonies of #47332C
Complementary color
Monochromatic Colors of #47332C
Black with #47332C
Text Example
Text Example
White with #47332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47332C; }
p { color: rgb(71,51,44); }
H1.HeaderClassName
{
color: #47332C;
}
.AnyTagClassName
{
color: #47332C;
}
</style>
background-color css
<style>
a { background-color: #47332C; }
a { background-color: rgb(71,51,44); }
div.DivClassName
{
background-color: #47332C;
}
.BgClassName
{
background-color: #47332C;
}
</style>
border-color css
<style>
span { border-color: #47332C; }
span { border-color: rgb(71,51,44); }
td.TdClassName
{
border-color: #47332C;
}
.TagClassName
{
border-color: #47332C;
}
</style>