Shades of Castro #49212D
Tints of Castro #49212D
RGB
CMYK
RGB Variations
Color information
#49212D (or 0x49212D) is known color: Castro. HEX triplet: 49, 21 and 2D. RGB value is (73,33,45). Sum of RGB (Red+Green+Blue) = 73+33+45=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49212D is #B6DED2. Grayscale: #2E2E2E. Windows color (decimal): -11984595 or 2957641. OLE color: 2957641.
HSL color Cylindrical-coordinate representation of color #49212D: hue angle of 342º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49212D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 45 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.71 |
| HSL | 342º | 0.38% | 0.21% | - |
| HSV(B) | 342º | 0.55% | 0.29% | - |
| XYZ | 3.77 | 2.69 | 2.8 | - |
| YUV | 46.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 45 | 0 | 0.55 | 0.38 | 0.71 | 342 | 0.38 | 0.21 |
| Hex | 49 | 21 | 2D | 0 | 37 | 26 | 47 | 156 | 26 | 15 |
| Octal | 111 | 41 | 55 | 0 | 67 | 46 | 107 | 526 | 46 | 25 |
| Binary | 1001001 | 100001 | 101101 | 0 | 110111 | 100110 | 1000111 | 101010110 | 100110 | 10101 |
Color Harmonies of #49212D
Complementary color
Monochromatic Colors of #49212D
Black with #49212D
Text Example
Text Example
White with #49212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49212D; }
p { color: rgb(73,33,45); }
H1.HeaderClassName
{
color: #49212D;
}
.AnyTagClassName
{
color: #49212D;
}
</style>
background-color css
<style>
a { background-color: #49212D; }
a { background-color: rgb(73,33,45); }
div.DivClassName
{
background-color: #49212D;
}
.BgClassName
{
background-color: #49212D;
}
</style>
border-color css
<style>
span { border-color: #49212D; }
span { border-color: rgb(73,33,45); }
td.TdClassName
{
border-color: #49212D;
}
.TagClassName
{
border-color: #49212D;
}
</style>