Shades of Castro #49182B
Tints of Castro #49182B
RGB
CMYK
RGB Variations
Color information
#49182B (or 0x49182B) is known color: Castro. HEX triplet: 49, 18 and 2B. RGB value is (73,24,43). Sum of RGB (Red+Green+Blue) = 73+24+43=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49182B is #B6E7D4. Grayscale: #282828. Windows color (decimal): -11986901 or 2824265. OLE color: 2824265.
HSL color Cylindrical-coordinate representation of color #49182B: hue angle of 336.73º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49182B is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 43 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.71 |
| HSL | 336.73º | 0.51% | 0.19% | - |
| HSV(B) | 336.73º | 0.67% | 0.29% | - |
| XYZ | 3.51 | 2.24 | 2.53 | - |
| YUV | 40.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 43 | 0 | 0.67 | 0.41 | 0.71 | 336.73 | 0.51 | 0.19 |
| Hex | 49 | 18 | 2B | 0 | 43 | 29 | 47 | 151 | 33 | 13 |
| Octal | 111 | 30 | 53 | 0 | 103 | 51 | 107 | 521 | 63 | 23 |
| Binary | 1001001 | 11000 | 101011 | 0 | 1000011 | 101001 | 1000111 | 101010001 | 110011 | 10011 |
Color Harmonies of #49182B
Complementary color
Monochromatic Colors of #49182B
Black with #49182B
Text Example
Text Example
White with #49182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49182B; }
p { color: rgb(73,24,43); }
H1.HeaderClassName
{
color: #49182B;
}
.AnyTagClassName
{
color: #49182B;
}
</style>
background-color css
<style>
a { background-color: #49182B; }
a { background-color: rgb(73,24,43); }
div.DivClassName
{
background-color: #49182B;
}
.BgClassName
{
background-color: #49182B;
}
</style>
border-color css
<style>
span { border-color: #49182B; }
span { border-color: rgb(73,24,43); }
td.TdClassName
{
border-color: #49182B;
}
.TagClassName
{
border-color: #49182B;
}
</style>