Shades of Rebel #413B39
Tints of Rebel #413B39
RGB
CMYK
RGB Variations
Color information
#413B39 (or 0x413B39) is known color: Rebel. HEX triplet: 41, 3B and 39. RGB value is (65,59,57). Sum of RGB (Red+Green+Blue) = 65+59+57=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #413B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B39 is #BEC4C6. Grayscale: #3C3C3C. Windows color (decimal): -12502215 or 3750721. OLE color: 3750721.
HSL color Cylindrical-coordinate representation of color #413B39: hue angle of 15º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #413B39 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 57 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.75 |
| HSL | 15º | 0.07% | 0.24% | - |
| HSV(B) | 15º | 0.12% | 0.25% | - |
| XYZ | 4.48 | 4.55 | 4.51 | - |
| YUV | 60.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 57 | 0 | 0.09 | 0.12 | 0.75 | 15 | 0.07 | 0.24 |
| Hex | 41 | 3B | 39 | 0 | 9 | C | 4B | F | 7 | 18 |
| Octal | 101 | 73 | 71 | 0 | 11 | 14 | 113 | 17 | 7 | 30 |
| Binary | 1000001 | 111011 | 111001 | 0 | 1001 | 1100 | 1001011 | 1111 | 111 | 11000 |
Color Harmonies of #413B39
Complementary color
Monochromatic Colors of #413B39
Black with #413B39
Text Example
Text Example
White with #413B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B39; }
p { color: rgb(65,59,57); }
H1.HeaderClassName
{
color: #413B39;
}
.AnyTagClassName
{
color: #413B39;
}
</style>
background-color css
<style>
a { background-color: #413B39; }
a { background-color: rgb(65,59,57); }
div.DivClassName
{
background-color: #413B39;
}
.BgClassName
{
background-color: #413B39;
}
</style>
border-color css
<style>
span { border-color: #413B39; }
span { border-color: rgb(65,59,57); }
td.TdClassName
{
border-color: #413B39;
}
.TagClassName
{
border-color: #413B39;
}
</style>