Shades of Rebel #42332E
Tints of Rebel #42332E
RGB
CMYK
RGB Variations
Color information
#42332E (or 0x42332E) is known color: Rebel. HEX triplet: 42, 33 and 2E. RGB value is (66,51,46). Sum of RGB (Red+Green+Blue) = 66+51+46=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42332E is #BDCCD1. Grayscale: #363636. Windows color (decimal): -12438738 or 3027778. OLE color: 3027778.
HSL color Cylindrical-coordinate representation of color #42332E: hue angle of 15º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42332E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 46 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.74 |
| HSL | 15º | 0.18% | 0.22% | - |
| HSV(B) | 15º | 0.3% | 0.26% | - |
| XYZ | 3.92 | 3.72 | 3.1 | - |
| YUV | 54.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 46 | 0 | 0.23 | 0.30 | 0.74 | 15 | 0.18 | 0.22 |
| Hex | 42 | 33 | 2E | 0 | 17 | 1E | 4A | F | 12 | 16 |
| Octal | 102 | 63 | 56 | 0 | 27 | 36 | 112 | 17 | 22 | 26 |
| Binary | 1000010 | 110011 | 101110 | 0 | 10111 | 11110 | 1001010 | 1111 | 10010 | 10110 |
Color Harmonies of #42332E
Complementary color
Monochromatic Colors of #42332E
Black with #42332E
Text Example
Text Example
White with #42332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42332E; }
p { color: rgb(66,51,46); }
H1.HeaderClassName
{
color: #42332E;
}
.AnyTagClassName
{
color: #42332E;
}
</style>
background-color css
<style>
a { background-color: #42332E; }
a { background-color: rgb(66,51,46); }
div.DivClassName
{
background-color: #42332E;
}
.BgClassName
{
background-color: #42332E;
}
</style>
border-color css
<style>
span { border-color: #42332E; }
span { border-color: rgb(66,51,46); }
td.TdClassName
{
border-color: #42332E;
}
.TagClassName
{
border-color: #42332E;
}
</style>