Shades of Castro #4D192B
Tints of Castro #4D192B
RGB
CMYK
RGB Variations
Color information
#4D192B (or 0x4D192B) is known color: Castro. HEX triplet: 4D, 19 and 2B. RGB value is (77,25,43). Sum of RGB (Red+Green+Blue) = 77+25+43=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192B is #B2E6D4. Grayscale: #2A2A2A. Windows color (decimal): -11724501 or 2824525. OLE color: 2824525.
HSL color Cylindrical-coordinate representation of color #4D192B: hue angle of 339.23º 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 #4D192B is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 43 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.70 |
| HSL | 339.23º | 0.51% | 0.2% | - |
| HSV(B) | 339.23º | 0.68% | 0.3% | - |
| XYZ | 3.84 | 2.45 | 2.56 | - |
| YUV | 42.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 43 | 0 | 0.68 | 0.44 | 0.70 | 339.23 | 0.51 | 0.2 |
| Hex | 4D | 19 | 2B | 0 | 44 | 2C | 46 | 153 | 33 | 14 |
| Octal | 115 | 31 | 53 | 0 | 104 | 54 | 106 | 523 | 63 | 24 |
| Binary | 1001101 | 11001 | 101011 | 0 | 1000100 | 101100 | 1000110 | 101010011 | 110011 | 10100 |
Color Harmonies of #4D192B
Complementary color
Monochromatic Colors of #4D192B
Black with #4D192B
Text Example
Text Example
White with #4D192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D192B; }
p { color: rgb(77,25,43); }
H1.HeaderClassName
{
color: #4D192B;
}
.AnyTagClassName
{
color: #4D192B;
}
</style>
background-color css
<style>
a { background-color: #4D192B; }
a { background-color: rgb(77,25,43); }
div.DivClassName
{
background-color: #4D192B;
}
.BgClassName
{
background-color: #4D192B;
}
</style>
border-color css
<style>
span { border-color: #4D192B; }
span { border-color: rgb(77,25,43); }
td.TdClassName
{
border-color: #4D192B;
}
.TagClassName
{
border-color: #4D192B;
}
</style>