Shades of Castro #49202F
Tints of Castro #49202F
RGB
CMYK
RGB Variations
Color information
#49202F (or 0x49202F) is known color: Castro. HEX triplet: 49, 20 and 2F. RGB value is (73,32,47). Sum of RGB (Red+Green+Blue) = 73+32+47=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49202F is #B6DFD0. Grayscale: #2D2D2D. Windows color (decimal): -11984849 or 3088457. OLE color: 3088457.
HSL color Cylindrical-coordinate representation of color #49202F: hue angle of 338.05º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49202F is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 47 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.71 |
| HSL | 338.05º | 0.39% | 0.21% | - |
| HSV(B) | 338.05º | 0.56% | 0.29% | - |
| XYZ | 3.78 | 2.65 | 3 | - |
| YUV | 45.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 47 | 0 | 0.56 | 0.36 | 0.71 | 338.05 | 0.39 | 0.21 |
| Hex | 49 | 20 | 2F | 0 | 38 | 24 | 47 | 152 | 27 | 15 |
| Octal | 111 | 40 | 57 | 0 | 70 | 44 | 107 | 522 | 47 | 25 |
| Binary | 1001001 | 100000 | 101111 | 0 | 111000 | 100100 | 1000111 | 101010010 | 100111 | 10101 |
Color Harmonies of #49202F
Complementary color
Monochromatic Colors of #49202F
Black with #49202F
Text Example
Text Example
White with #49202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49202F; }
p { color: rgb(73,32,47); }
H1.HeaderClassName
{
color: #49202F;
}
.AnyTagClassName
{
color: #49202F;
}
</style>
background-color css
<style>
a { background-color: #49202F; }
a { background-color: rgb(73,32,47); }
div.DivClassName
{
background-color: #49202F;
}
.BgClassName
{
background-color: #49202F;
}
</style>
border-color css
<style>
span { border-color: #49202F; }
span { border-color: rgb(73,32,47); }
td.TdClassName
{
border-color: #49202F;
}
.TagClassName
{
border-color: #49202F;
}
</style>