Shades of Rebel #483028
Tints of Rebel #483028
RGB
CMYK
RGB Variations
Color information
#483028 (or 0x483028) is known color: Rebel. HEX triplet: 48, 30 and 28. RGB value is (72,48,40). Sum of RGB (Red+Green+Blue) = 72+48+40=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483028 is #B7CFD7. Grayscale: #363636. Windows color (decimal): -12046296 or 2633800. OLE color: 2633800.
HSL color Cylindrical-coordinate representation of color #483028: hue angle of 15º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483028 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 40 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.72 |
| HSL | 15º | 0.29% | 0.22% | - |
| HSV(B) | 15º | 0.44% | 0.28% | - |
| XYZ | 4.11 | 3.64 | 2.49 | - |
| YUV | 54.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 40 | 0 | 0.33 | 0.44 | 0.72 | 15 | 0.29 | 0.22 |
| Hex | 48 | 30 | 28 | 0 | 21 | 2C | 48 | F | 1D | 16 |
| Octal | 110 | 60 | 50 | 0 | 41 | 54 | 110 | 17 | 35 | 26 |
| Binary | 1001000 | 110000 | 101000 | 0 | 100001 | 101100 | 1001000 | 1111 | 11101 | 10110 |
Color Harmonies of #483028
Complementary color
Monochromatic Colors of #483028
Black with #483028
Text Example
Text Example
White with #483028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483028; }
p { color: rgb(72,48,40); }
H1.HeaderClassName
{
color: #483028;
}
.AnyTagClassName
{
color: #483028;
}
</style>
background-color css
<style>
a { background-color: #483028; }
a { background-color: rgb(72,48,40); }
div.DivClassName
{
background-color: #483028;
}
.BgClassName
{
background-color: #483028;
}
</style>
border-color css
<style>
span { border-color: #483028; }
span { border-color: rgb(72,48,40); }
td.TdClassName
{
border-color: #483028;
}
.TagClassName
{
border-color: #483028;
}
</style>