Shades of Castro #49212E
Tints of Castro #49212E
RGB
CMYK
RGB Variations
Color information
#49212E (or 0x49212E) is known color: Castro. HEX triplet: 49, 21 and 2E. RGB value is (73,33,46). Sum of RGB (Red+Green+Blue) = 73+33+46=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49212E is #B6DED1. Grayscale: #2E2E2E. Windows color (decimal): -11984594 or 3023177. OLE color: 3023177.
HSL color Cylindrical-coordinate representation of color #49212E: hue angle of 340.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 #49212E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 46 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.71 |
| HSL | 340.5º | 0.38% | 0.21% | - |
| HSV(B) | 340.5º | 0.55% | 0.29% | - |
| XYZ | 3.78 | 2.7 | 2.91 | - |
| YUV | 46.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 46 | 0 | 0.55 | 0.37 | 0.71 | 340.5 | 0.38 | 0.21 |
| Hex | 49 | 21 | 2E | 0 | 37 | 25 | 47 | 154 | 26 | 15 |
| Octal | 111 | 41 | 56 | 0 | 67 | 45 | 107 | 524 | 46 | 25 |
| Binary | 1001001 | 100001 | 101110 | 0 | 110111 | 100101 | 1000111 | 101010100 | 100110 | 10101 |
Color Harmonies of #49212E
Complementary color
Monochromatic Colors of #49212E
Black with #49212E
Text Example
Text Example
White with #49212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49212E; }
p { color: rgb(73,33,46); }
H1.HeaderClassName
{
color: #49212E;
}
.AnyTagClassName
{
color: #49212E;
}
</style>
background-color css
<style>
a { background-color: #49212E; }
a { background-color: rgb(73,33,46); }
div.DivClassName
{
background-color: #49212E;
}
.BgClassName
{
background-color: #49212E;
}
</style>
border-color css
<style>
span { border-color: #49212E; }
span { border-color: rgb(73,33,46); }
td.TdClassName
{
border-color: #49212E;
}
.TagClassName
{
border-color: #49212E;
}
</style>