Shades of Castro #4D192E
Tints of Castro #4D192E
RGB
CMYK
RGB Variations
Color information
#4D192E (or 0x4D192E) is known color: Castro. HEX triplet: 4D, 19 and 2E. RGB value is (77,25,46). Sum of RGB (Red+Green+Blue) = 77+25+46=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192E is #B2E6D1. Grayscale: #2A2A2A. Windows color (decimal): -11724498 or 3021133. OLE color: 3021133.
HSL color Cylindrical-coordinate representation of color #4D192E: hue angle of 335.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D192E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 46 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.70 |
| HSL | 335.77º | 0.51% | 0.2% | - |
| HSV(B) | 335.77º | 0.68% | 0.3% | - |
| XYZ | 3.9 | 2.47 | 2.86 | - |
| YUV | 42.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 46 | 0 | 0.68 | 0.40 | 0.70 | 335.77 | 0.51 | 0.2 |
| Hex | 4D | 19 | 2E | 0 | 44 | 28 | 46 | 150 | 33 | 14 |
| Octal | 115 | 31 | 56 | 0 | 104 | 50 | 106 | 520 | 63 | 24 |
| Binary | 1001101 | 11001 | 101110 | 0 | 1000100 | 101000 | 1000110 | 101010000 | 110011 | 10100 |
Color Harmonies of #4D192E
Complementary color
Monochromatic Colors of #4D192E
Black with #4D192E
Text Example
Text Example
White with #4D192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D192E; }
p { color: rgb(77,25,46); }
H1.HeaderClassName
{
color: #4D192E;
}
.AnyTagClassName
{
color: #4D192E;
}
</style>
background-color css
<style>
a { background-color: #4D192E; }
a { background-color: rgb(77,25,46); }
div.DivClassName
{
background-color: #4D192E;
}
.BgClassName
{
background-color: #4D192E;
}
</style>
border-color css
<style>
span { border-color: #4D192E; }
span { border-color: rgb(77,25,46); }
td.TdClassName
{
border-color: #4D192E;
}
.TagClassName
{
border-color: #4D192E;
}
</style>