Shades of Castro #49212C
Tints of Castro #49212C
RGB
CMYK
RGB Variations
Color information
#49212C (or 0x49212C) is known color: Castro. HEX triplet: 49, 21 and 2C. RGB value is (73,33,44). Sum of RGB (Red+Green+Blue) = 73+33+44=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49212C is #B6DED3. Grayscale: #2E2E2E. Windows color (decimal): -11984596 or 2892105. OLE color: 2892105.
HSL color Cylindrical-coordinate representation of color #49212C: hue angle of 343.5º 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 #49212C is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 44 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.71 |
| HSL | 343.5º | 0.38% | 0.21% | - |
| HSV(B) | 343.5º | 0.55% | 0.29% | - |
| XYZ | 3.75 | 2.69 | 2.7 | - |
| YUV | 46.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 44 | 0 | 0.55 | 0.40 | 0.71 | 343.5 | 0.38 | 0.21 |
| Hex | 49 | 21 | 2C | 0 | 37 | 28 | 47 | 158 | 26 | 15 |
| Octal | 111 | 41 | 54 | 0 | 67 | 50 | 107 | 530 | 46 | 25 |
| Binary | 1001001 | 100001 | 101100 | 0 | 110111 | 101000 | 1000111 | 101011000 | 100110 | 10101 |
Color Harmonies of #49212C
Complementary color
Monochromatic Colors of #49212C
Black with #49212C
Text Example
Text Example
White with #49212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49212C; }
p { color: rgb(73,33,44); }
H1.HeaderClassName
{
color: #49212C;
}
.AnyTagClassName
{
color: #49212C;
}
</style>
background-color css
<style>
a { background-color: #49212C; }
a { background-color: rgb(73,33,44); }
div.DivClassName
{
background-color: #49212C;
}
.BgClassName
{
background-color: #49212C;
}
</style>
border-color css
<style>
span { border-color: #49212C; }
span { border-color: rgb(73,33,44); }
td.TdClassName
{
border-color: #49212C;
}
.TagClassName
{
border-color: #49212C;
}
</style>