Shades of Rebel #422F29
Tints of Rebel #422F29
RGB
CMYK
RGB Variations
Color information
#422F29 (or 0x422F29) is known color: Rebel. HEX triplet: 42, 2F and 29. RGB value is (66,47,41). Sum of RGB (Red+Green+Blue) = 66+47+41=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #422F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F29 is #BDD0D6. Grayscale: #343434. Windows color (decimal): -12439767 or 2699074. OLE color: 2699074.
HSL color Cylindrical-coordinate representation of color #422F29: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #422F29 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 41 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.74 |
| HSL | 14.4º | 0.23% | 0.21% | - |
| HSV(B) | 14.4º | 0.38% | 0.26% | - |
| XYZ | 3.66 | 3.35 | 2.55 | - |
| YUV | 52 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 41 | 0 | 0.29 | 0.38 | 0.74 | 14.4 | 0.23 | 0.21 |
| Hex | 42 | 2F | 29 | 0 | 1D | 26 | 4A | E | 17 | 15 |
| Octal | 102 | 57 | 51 | 0 | 35 | 46 | 112 | 16 | 27 | 25 |
| Binary | 1000010 | 101111 | 101001 | 0 | 11101 | 100110 | 1001010 | 1110 | 10111 | 10101 |
Color Harmonies of #422F29
Complementary color
Monochromatic Colors of #422F29
Black with #422F29
Text Example
Text Example
White with #422F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F29; }
p { color: rgb(66,47,41); }
H1.HeaderClassName
{
color: #422F29;
}
.AnyTagClassName
{
color: #422F29;
}
</style>
background-color css
<style>
a { background-color: #422F29; }
a { background-color: rgb(66,47,41); }
div.DivClassName
{
background-color: #422F29;
}
.BgClassName
{
background-color: #422F29;
}
</style>
border-color css
<style>
span { border-color: #422F29; }
span { border-color: rgb(66,47,41); }
td.TdClassName
{
border-color: #422F29;
}
.TagClassName
{
border-color: #422F29;
}
</style>