Shades of Castro #491929
Tints of Castro #491929
RGB
CMYK
RGB Variations
Color information
#491929 (or 0x491929) is known color: Castro. HEX triplet: 49, 19 and 29. RGB value is (73,25,41). Sum of RGB (Red+Green+Blue) = 73+25+41=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #491929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491929 is #B6E6D6. Grayscale: #292929. Windows color (decimal): -11986647 or 2693449. OLE color: 2693449.
HSL color Cylindrical-coordinate representation of color #491929: hue angle of 340º 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 #491929 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 41 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.71 |
| HSL | 340º | 0.49% | 0.19% | - |
| HSV(B) | 340º | 0.66% | 0.29% | - |
| XYZ | 3.5 | 2.27 | 2.35 | - |
| YUV | 41.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 41 | 0 | 0.66 | 0.44 | 0.71 | 340 | 0.49 | 0.19 |
| Hex | 49 | 19 | 29 | 0 | 42 | 2C | 47 | 154 | 31 | 13 |
| Octal | 111 | 31 | 51 | 0 | 102 | 54 | 107 | 524 | 61 | 23 |
| Binary | 1001001 | 11001 | 101001 | 0 | 1000010 | 101100 | 1000111 | 101010100 | 110001 | 10011 |
Color Harmonies of #491929
Complementary color
Monochromatic Colors of #491929
Black with #491929
Text Example
Text Example
White with #491929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491929; }
p { color: rgb(73,25,41); }
H1.HeaderClassName
{
color: #491929;
}
.AnyTagClassName
{
color: #491929;
}
</style>
background-color css
<style>
a { background-color: #491929; }
a { background-color: rgb(73,25,41); }
div.DivClassName
{
background-color: #491929;
}
.BgClassName
{
background-color: #491929;
}
</style>
border-color css
<style>
span { border-color: #491929; }
span { border-color: rgb(73,25,41); }
td.TdClassName
{
border-color: #491929;
}
.TagClassName
{
border-color: #491929;
}
</style>