Shades of Castro #49222C
Tints of Castro #49222C
RGB
CMYK
RGB Variations
Color information
#49222C (or 0x49222C) is known color: Castro. HEX triplet: 49, 22 and 2C. RGB value is (73,34,44). Sum of RGB (Red+Green+Blue) = 73+34+44=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222C is #B6DDD3. Grayscale: #2E2E2E. Windows color (decimal): -11984340 or 2892361. OLE color: 2892361.
HSL color Cylindrical-coordinate representation of color #49222C: hue angle of 344.62º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49222C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 44 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.71 |
| HSL | 344.62º | 0.36% | 0.21% | - |
| HSV(B) | 344.62º | 0.53% | 0.29% | - |
| XYZ | 3.77 | 2.74 | 2.71 | - |
| YUV | 46.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 44 | 0 | 0.53 | 0.40 | 0.71 | 344.62 | 0.36 | 0.21 |
| Hex | 49 | 22 | 2C | 0 | 35 | 28 | 47 | 159 | 24 | 15 |
| Octal | 111 | 42 | 54 | 0 | 65 | 50 | 107 | 531 | 44 | 25 |
| Binary | 1001001 | 100010 | 101100 | 0 | 110101 | 101000 | 1000111 | 101011001 | 100100 | 10101 |
Color Harmonies of #49222C
Complementary color
Monochromatic Colors of #49222C
Black with #49222C
Text Example
Text Example
White with #49222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49222C; }
p { color: rgb(73,34,44); }
H1.HeaderClassName
{
color: #49222C;
}
.AnyTagClassName
{
color: #49222C;
}
</style>
background-color css
<style>
a { background-color: #49222C; }
a { background-color: rgb(73,34,44); }
div.DivClassName
{
background-color: #49222C;
}
.BgClassName
{
background-color: #49222C;
}
</style>
border-color css
<style>
span { border-color: #49222C; }
span { border-color: rgb(73,34,44); }
td.TdClassName
{
border-color: #49222C;
}
.TagClassName
{
border-color: #49222C;
}
</style>