Shades of Castro #49242F
Tints of Castro #49242F
RGB
CMYK
RGB Variations
Color information
#49242F (or 0x49242F) is known color: Castro. HEX triplet: 49, 24 and 2F. RGB value is (73,36,47). Sum of RGB (Red+Green+Blue) = 73+36+47=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49242F is #B6DBD0. Grayscale: #303030. Windows color (decimal): -11983825 or 3089481. OLE color: 3089481.
HSL color Cylindrical-coordinate representation of color #49242F: hue angle of 342.16º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49242F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 47 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.71 |
| HSL | 342.16º | 0.34% | 0.21% | - |
| HSV(B) | 342.16º | 0.51% | 0.29% | - |
| XYZ | 3.89 | 2.88 | 3.04 | - |
| YUV | 48.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 47 | 0 | 0.51 | 0.36 | 0.71 | 342.16 | 0.34 | 0.21 |
| Hex | 49 | 24 | 2F | 0 | 33 | 24 | 47 | 156 | 22 | 15 |
| Octal | 111 | 44 | 57 | 0 | 63 | 44 | 107 | 526 | 42 | 25 |
| Binary | 1001001 | 100100 | 101111 | 0 | 110011 | 100100 | 1000111 | 101010110 | 100010 | 10101 |
Color Harmonies of #49242F
Complementary color
Monochromatic Colors of #49242F
Black with #49242F
Text Example
Text Example
White with #49242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49242F; }
p { color: rgb(73,36,47); }
H1.HeaderClassName
{
color: #49242F;
}
.AnyTagClassName
{
color: #49242F;
}
</style>
background-color css
<style>
a { background-color: #49242F; }
a { background-color: rgb(73,36,47); }
div.DivClassName
{
background-color: #49242F;
}
.BgClassName
{
background-color: #49242F;
}
</style>
border-color css
<style>
span { border-color: #49242F; }
span { border-color: rgb(73,36,47); }
td.TdClassName
{
border-color: #49242F;
}
.TagClassName
{
border-color: #49242F;
}
</style>