Shades of Rebel #412A27
Tints of Rebel #412A27
RGB
CMYK
RGB Variations
Color information
#412A27 (or 0x412A27) is known color: Rebel. HEX triplet: 41, 2A and 27. RGB value is (65,42,39). Sum of RGB (Red+Green+Blue) = 65+42+39=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #412A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A27 is #BED5D8. Grayscale: #303030. Windows color (decimal): -12506585 or 2566721. OLE color: 2566721.
HSL color Cylindrical-coordinate representation of color #412A27: hue angle of 6.92º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412A27 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 39 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.75 |
| HSL | 6.92º | 0.25% | 0.2% | - |
| HSV(B) | 6.92º | 0.4% | 0.25% | - |
| XYZ | 3.37 | 2.93 | 2.31 | - |
| YUV | 48.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 39 | 0 | 0.35 | 0.40 | 0.75 | 6.92 | 0.25 | 0.2 |
| Hex | 41 | 2A | 27 | 0 | 23 | 28 | 4B | 7 | 19 | 14 |
| Octal | 101 | 52 | 47 | 0 | 43 | 50 | 113 | 7 | 31 | 24 |
| Binary | 1000001 | 101010 | 100111 | 0 | 100011 | 101000 | 1001011 | 111 | 11001 | 10100 |
Color Harmonies of #412A27
Complementary color
Monochromatic Colors of #412A27
Black with #412A27
Text Example
Text Example
White with #412A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A27; }
p { color: rgb(65,42,39); }
H1.HeaderClassName
{
color: #412A27;
}
.AnyTagClassName
{
color: #412A27;
}
</style>
background-color css
<style>
a { background-color: #412A27; }
a { background-color: rgb(65,42,39); }
div.DivClassName
{
background-color: #412A27;
}
.BgClassName
{
background-color: #412A27;
}
</style>
border-color css
<style>
span { border-color: #412A27; }
span { border-color: rgb(65,42,39); }
td.TdClassName
{
border-color: #412A27;
}
.TagClassName
{
border-color: #412A27;
}
</style>