Shades of Castro #49182A
Tints of Castro #49182A
RGB
CMYK
RGB Variations
Color information
#49182A (or 0x49182A) is known color: Castro. HEX triplet: 49, 18 and 2A. RGB value is (73,24,42). Sum of RGB (Red+Green+Blue) = 73+24+42=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49182A is #B6E7D5. Grayscale: #282828. Windows color (decimal): -11986902 or 2758729. OLE color: 2758729.
HSL color Cylindrical-coordinate representation of color #49182A: hue angle of 337.96º 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 #49182A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 42 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.71 |
| HSL | 337.96º | 0.51% | 0.19% | - |
| HSV(B) | 337.96º | 0.67% | 0.29% | - |
| XYZ | 3.49 | 2.24 | 2.44 | - |
| YUV | 40.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 42 | 0 | 0.67 | 0.42 | 0.71 | 337.96 | 0.51 | 0.19 |
| Hex | 49 | 18 | 2A | 0 | 43 | 2A | 47 | 152 | 33 | 13 |
| Octal | 111 | 30 | 52 | 0 | 103 | 52 | 107 | 522 | 63 | 23 |
| Binary | 1001001 | 11000 | 101010 | 0 | 1000011 | 101010 | 1000111 | 101010010 | 110011 | 10011 |
Color Harmonies of #49182A
Complementary color
Monochromatic Colors of #49182A
Black with #49182A
Text Example
Text Example
White with #49182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49182A; }
p { color: rgb(73,24,42); }
H1.HeaderClassName
{
color: #49182A;
}
.AnyTagClassName
{
color: #49182A;
}
</style>
background-color css
<style>
a { background-color: #49182A; }
a { background-color: rgb(73,24,42); }
div.DivClassName
{
background-color: #49182A;
}
.BgClassName
{
background-color: #49182A;
}
</style>
border-color css
<style>
span { border-color: #49182A; }
span { border-color: rgb(73,24,42); }
td.TdClassName
{
border-color: #49182A;
}
.TagClassName
{
border-color: #49182A;
}
</style>