Shades of Rebel #48332C
Tints of Rebel #48332C
RGB
CMYK
RGB Variations
Color information
#48332C (or 0x48332C) is known color: Rebel. HEX triplet: 48, 33 and 2C. RGB value is (72,51,44). Sum of RGB (Red+Green+Blue) = 72+51+44=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48332C is #B7CCD3. Grayscale: #383838. Windows color (decimal): -12045524 or 2896712. OLE color: 2896712.
HSL color Cylindrical-coordinate representation of color #48332C: hue angle of 15º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48332C is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 44 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.72 |
| HSL | 15º | 0.24% | 0.23% | - |
| HSV(B) | 15º | 0.39% | 0.28% | - |
| XYZ | 4.31 | 3.93 | 2.91 | - |
| YUV | 56.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 44 | 0 | 0.29 | 0.39 | 0.72 | 15 | 0.24 | 0.23 |
| Hex | 48 | 33 | 2C | 0 | 1D | 27 | 48 | F | 18 | 17 |
| Octal | 110 | 63 | 54 | 0 | 35 | 47 | 110 | 17 | 30 | 27 |
| Binary | 1001000 | 110011 | 101100 | 0 | 11101 | 100111 | 1001000 | 1111 | 11000 | 10111 |
Color Harmonies of #48332C
Complementary color
Monochromatic Colors of #48332C
Black with #48332C
Text Example
Text Example
White with #48332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48332C; }
p { color: rgb(72,51,44); }
H1.HeaderClassName
{
color: #48332C;
}
.AnyTagClassName
{
color: #48332C;
}
</style>
background-color css
<style>
a { background-color: #48332C; }
a { background-color: rgb(72,51,44); }
div.DivClassName
{
background-color: #48332C;
}
.BgClassName
{
background-color: #48332C;
}
</style>
border-color css
<style>
span { border-color: #48332C; }
span { border-color: rgb(72,51,44); }
td.TdClassName
{
border-color: #48332C;
}
.TagClassName
{
border-color: #48332C;
}
</style>