Shades of Castro #49192C
Tints of Castro #49192C
RGB
CMYK
RGB Variations
Color information
#49192C (or 0x49192C) is known color: Castro. HEX triplet: 49, 19 and 2C. RGB value is (73,25,44). Sum of RGB (Red+Green+Blue) = 73+25+44=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49192C is #B6E6D3. Grayscale: #292929. Windows color (decimal): -11986644 or 2890057. OLE color: 2890057.
HSL color Cylindrical-coordinate representation of color #49192C: hue angle of 336.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49192C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 44 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.71 |
| HSL | 336.25º | 0.49% | 0.19% | - |
| HSV(B) | 336.25º | 0.66% | 0.29% | - |
| XYZ | 3.55 | 2.29 | 2.64 | - |
| YUV | 41.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 44 | 0 | 0.66 | 0.40 | 0.71 | 336.25 | 0.49 | 0.19 |
| Hex | 49 | 19 | 2C | 0 | 42 | 28 | 47 | 150 | 31 | 13 |
| Octal | 111 | 31 | 54 | 0 | 102 | 50 | 107 | 520 | 61 | 23 |
| Binary | 1001001 | 11001 | 101100 | 0 | 1000010 | 101000 | 1000111 | 101010000 | 110001 | 10011 |
Color Harmonies of #49192C
Complementary color
Monochromatic Colors of #49192C
Black with #49192C
Text Example
Text Example
White with #49192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49192C; }
p { color: rgb(73,25,44); }
H1.HeaderClassName
{
color: #49192C;
}
.AnyTagClassName
{
color: #49192C;
}
</style>
background-color css
<style>
a { background-color: #49192C; }
a { background-color: rgb(73,25,44); }
div.DivClassName
{
background-color: #49192C;
}
.BgClassName
{
background-color: #49192C;
}
</style>
border-color css
<style>
span { border-color: #49192C; }
span { border-color: rgb(73,25,44); }
td.TdClassName
{
border-color: #49192C;
}
.TagClassName
{
border-color: #49192C;
}
</style>