Shades of Rebel #422B26
Tints of Rebel #422B26
RGB
CMYK
RGB Variations
Color information
#422B26 (or 0x422B26) is known color: Rebel. HEX triplet: 42, 2B and 26. RGB value is (66,43,38). Sum of RGB (Red+Green+Blue) = 66+43+38=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B26 is #BDD4D9. Grayscale: #313131. Windows color (decimal): -12440794 or 2501442. OLE color: 2501442.
HSL color Cylindrical-coordinate representation of color #422B26: hue angle of 10.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422B26 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 38 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.74 |
| HSL | 10.71º | 0.27% | 0.2% | - |
| HSV(B) | 10.71º | 0.42% | 0.26% | - |
| XYZ | 3.46 | 3.03 | 2.24 | - |
| YUV | 49.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 38 | 0 | 0.35 | 0.42 | 0.74 | 10.71 | 0.27 | 0.2 |
| Hex | 42 | 2B | 26 | 0 | 23 | 2A | 4A | B | 1B | 14 |
| Octal | 102 | 53 | 46 | 0 | 43 | 52 | 112 | 13 | 33 | 24 |
| Binary | 1000010 | 101011 | 100110 | 0 | 100011 | 101010 | 1001010 | 1011 | 11011 | 10100 |
Color Harmonies of #422B26
Complementary color
Monochromatic Colors of #422B26
Black with #422B26
Text Example
Text Example
White with #422B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B26; }
p { color: rgb(66,43,38); }
H1.HeaderClassName
{
color: #422B26;
}
.AnyTagClassName
{
color: #422B26;
}
</style>
background-color css
<style>
a { background-color: #422B26; }
a { background-color: rgb(66,43,38); }
div.DivClassName
{
background-color: #422B26;
}
.BgClassName
{
background-color: #422B26;
}
</style>
border-color css
<style>
span { border-color: #422B26; }
span { border-color: rgb(66,43,38); }
td.TdClassName
{
border-color: #422B26;
}
.TagClassName
{
border-color: #422B26;
}
</style>