Shades of Castro #4D192A
Tints of Castro #4D192A
RGB
CMYK
RGB Variations
Color information
#4D192A (or 0x4D192A) is known color: Castro. HEX triplet: 4D, 19 and 2A. RGB value is (77,25,42). Sum of RGB (Red+Green+Blue) = 77+25+42=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192A is #B2E6D5. Grayscale: #2A2A2A. Windows color (decimal): -11724502 or 2758989. OLE color: 2758989.
HSL color Cylindrical-coordinate representation of color #4D192A: hue angle of 340.38º 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 #4D192A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 42 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.70 |
| HSL | 340.38º | 0.51% | 0.2% | - |
| HSV(B) | 340.38º | 0.68% | 0.3% | - |
| XYZ | 3.83 | 2.44 | 2.46 | - |
| YUV | 42.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 42 | 0 | 0.68 | 0.45 | 0.70 | 340.38 | 0.51 | 0.2 |
| Hex | 4D | 19 | 2A | 0 | 44 | 2D | 46 | 154 | 33 | 14 |
| Octal | 115 | 31 | 52 | 0 | 104 | 55 | 106 | 524 | 63 | 24 |
| Binary | 1001101 | 11001 | 101010 | 0 | 1000100 | 101101 | 1000110 | 101010100 | 110011 | 10100 |
Color Harmonies of #4D192A
Complementary color
Monochromatic Colors of #4D192A
Black with #4D192A
Text Example
Text Example
White with #4D192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D192A; }
p { color: rgb(77,25,42); }
H1.HeaderClassName
{
color: #4D192A;
}
.AnyTagClassName
{
color: #4D192A;
}
</style>
background-color css
<style>
a { background-color: #4D192A; }
a { background-color: rgb(77,25,42); }
div.DivClassName
{
background-color: #4D192A;
}
.BgClassName
{
background-color: #4D192A;
}
</style>
border-color css
<style>
span { border-color: #4D192A; }
span { border-color: rgb(77,25,42); }
td.TdClassName
{
border-color: #4D192A;
}
.TagClassName
{
border-color: #4D192A;
}
</style>