Shades of Rebel #47352F
Tints of Rebel #47352F
RGB
CMYK
RGB Variations
Color information
#47352F (or 0x47352F) is known color: Rebel. HEX triplet: 47, 35 and 2F. RGB value is (71,53,47). Sum of RGB (Red+Green+Blue) = 71+53+47=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47352F is #B8CAD0. Grayscale: #393939. Windows color (decimal): -12110545 or 3093831. OLE color: 3093831.
HSL color Cylindrical-coordinate representation of color #47352F: hue angle of 15º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47352F is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 53 | 47 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.72 |
| HSL | 15º | 0.2% | 0.23% | - |
| HSV(B) | 15º | 0.34% | 0.28% | - |
| XYZ | 4.38 | 4.09 | 3.25 | - |
| YUV | 57.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 47 | 0 | 0.25 | 0.34 | 0.72 | 15 | 0.2 | 0.23 |
| Hex | 47 | 35 | 2F | 0 | 19 | 22 | 48 | F | 14 | 17 |
| Octal | 107 | 65 | 57 | 0 | 31 | 42 | 110 | 17 | 24 | 27 |
| Binary | 1000111 | 110101 | 101111 | 0 | 11001 | 100010 | 1001000 | 1111 | 10100 | 10111 |
Color Harmonies of #47352F
Complementary color
Monochromatic Colors of #47352F
Black with #47352F
Text Example
Text Example
White with #47352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47352F; }
p { color: rgb(71,53,47); }
H1.HeaderClassName
{
color: #47352F;
}
.AnyTagClassName
{
color: #47352F;
}
</style>
background-color css
<style>
a { background-color: #47352F; }
a { background-color: rgb(71,53,47); }
div.DivClassName
{
background-color: #47352F;
}
.BgClassName
{
background-color: #47352F;
}
</style>
border-color css
<style>
span { border-color: #47352F; }
span { border-color: rgb(71,53,47); }
td.TdClassName
{
border-color: #47352F;
}
.TagClassName
{
border-color: #47352F;
}
</style>