Shades of Rebel #402D28
Tints of Rebel #402D28
RGB
CMYK
RGB Variations
Color information
#402D28 (or 0x402D28) is known color: Rebel. HEX triplet: 40, 2D and 28. RGB value is (64,45,40). Sum of RGB (Red+Green+Blue) = 64+45+40=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #402D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D28 is #BFD2D7. Grayscale: #323232. Windows color (decimal): -12571352 or 2633024. OLE color: 2633024.
HSL color Cylindrical-coordinate representation of color #402D28: hue angle of 12.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #402D28 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 40 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.75 |
| HSL | 12.5º | 0.23% | 0.2% | - |
| HSV(B) | 12.5º | 0.38% | 0.25% | - |
| XYZ | 3.44 | 3.12 | 2.43 | - |
| YUV | 50.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 40 | 0 | 0.30 | 0.38 | 0.75 | 12.5 | 0.23 | 0.2 |
| Hex | 40 | 2D | 28 | 0 | 1E | 26 | 4B | C | 17 | 14 |
| Octal | 100 | 55 | 50 | 0 | 36 | 46 | 113 | 14 | 27 | 24 |
| Binary | 1000000 | 101101 | 101000 | 0 | 11110 | 100110 | 1001011 | 1100 | 10111 | 10100 |
Color Harmonies of #402D28
Complementary color
Monochromatic Colors of #402D28
Black with #402D28
Text Example
Text Example
White with #402D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D28; }
p { color: rgb(64,45,40); }
H1.HeaderClassName
{
color: #402D28;
}
.AnyTagClassName
{
color: #402D28;
}
</style>
background-color css
<style>
a { background-color: #402D28; }
a { background-color: rgb(64,45,40); }
div.DivClassName
{
background-color: #402D28;
}
.BgClassName
{
background-color: #402D28;
}
</style>
border-color css
<style>
span { border-color: #402D28; }
span { border-color: rgb(64,45,40); }
td.TdClassName
{
border-color: #402D28;
}
.TagClassName
{
border-color: #402D28;
}
</style>