Shades of Rebel #422C28
Tints of Rebel #422C28
RGB
CMYK
RGB Variations
Color information
#422C28 (or 0x422C28) is known color: Rebel. HEX triplet: 42, 2C and 28. RGB value is (66,44,40). Sum of RGB (Red+Green+Blue) = 66+44+40=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #422C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C28 is #BDD3D7. Grayscale: #323232. Windows color (decimal): -12440536 or 2632770. OLE color: 2632770.
HSL color Cylindrical-coordinate representation of color #422C28: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422C28 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 40 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.74 |
| HSL | 9.23º | 0.25% | 0.21% | - |
| HSV(B) | 9.23º | 0.39% | 0.26% | - |
| XYZ | 3.53 | 3.11 | 2.42 | - |
| YUV | 50.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 40 | 0 | 0.33 | 0.39 | 0.74 | 9.23 | 0.25 | 0.21 |
| Hex | 42 | 2C | 28 | 0 | 21 | 27 | 4A | 9 | 19 | 15 |
| Octal | 102 | 54 | 50 | 0 | 41 | 47 | 112 | 11 | 31 | 25 |
| Binary | 1000010 | 101100 | 101000 | 0 | 100001 | 100111 | 1001010 | 1001 | 11001 | 10101 |
Color Harmonies of #422C28
Complementary color
Monochromatic Colors of #422C28
Black with #422C28
Text Example
Text Example
White with #422C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C28; }
p { color: rgb(66,44,40); }
H1.HeaderClassName
{
color: #422C28;
}
.AnyTagClassName
{
color: #422C28;
}
</style>
background-color css
<style>
a { background-color: #422C28; }
a { background-color: rgb(66,44,40); }
div.DivClassName
{
background-color: #422C28;
}
.BgClassName
{
background-color: #422C28;
}
</style>
border-color css
<style>
span { border-color: #422C28; }
span { border-color: rgb(66,44,40); }
td.TdClassName
{
border-color: #422C28;
}
.TagClassName
{
border-color: #422C28;
}
</style>