Shades of Castro #49262F
Tints of Castro #49262F
RGB
CMYK
RGB Variations
Color information
#49262F (or 0x49262F) is known color: Castro. HEX triplet: 49, 26 and 2F. RGB value is (73,38,47). Sum of RGB (Red+Green+Blue) = 73+38+47=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49262F is #B6D9D0. Grayscale: #313131. Windows color (decimal): -11983313 or 3089993. OLE color: 3089993.
HSL color Cylindrical-coordinate representation of color #49262F: hue angle of 344.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49262F is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 47 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.71 |
| HSL | 344.57º | 0.32% | 0.22% | - |
| HSV(B) | 344.57º | 0.48% | 0.29% | - |
| XYZ | 3.95 | 3.01 | 3.06 | - |
| YUV | 49.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 47 | 0 | 0.48 | 0.36 | 0.71 | 344.57 | 0.32 | 0.22 |
| Hex | 49 | 26 | 2F | 0 | 30 | 24 | 47 | 159 | 20 | 16 |
| Octal | 111 | 46 | 57 | 0 | 60 | 44 | 107 | 531 | 40 | 26 |
| Binary | 1001001 | 100110 | 101111 | 0 | 110000 | 100100 | 1000111 | 101011001 | 100000 | 10110 |
Color Harmonies of #49262F
Complementary color
Monochromatic Colors of #49262F
Black with #49262F
Text Example
Text Example
White with #49262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49262F; }
p { color: rgb(73,38,47); }
H1.HeaderClassName
{
color: #49262F;
}
.AnyTagClassName
{
color: #49262F;
}
</style>
background-color css
<style>
a { background-color: #49262F; }
a { background-color: rgb(73,38,47); }
div.DivClassName
{
background-color: #49262F;
}
.BgClassName
{
background-color: #49262F;
}
</style>
border-color css
<style>
span { border-color: #49262F; }
span { border-color: rgb(73,38,47); }
td.TdClassName
{
border-color: #49262F;
}
.TagClassName
{
border-color: #49262F;
}
</style>