Shades of Castro #4D172B
Tints of Castro #4D172B
RGB
CMYK
RGB Variations
Color information
#4D172B (or 0x4D172B) is known color: Castro. HEX triplet: 4D, 17 and 2B. RGB value is (77,23,43). Sum of RGB (Red+Green+Blue) = 77+23+43=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D172B is #B2E8D4. Grayscale: #292929. Windows color (decimal): -11725013 or 2824013. OLE color: 2824013.
HSL color Cylindrical-coordinate representation of color #4D172B: hue angle of 337.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D172B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 43 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.70 |
| HSL | 337.78º | 0.54% | 0.2% | - |
| HSV(B) | 337.78º | 0.7% | 0.3% | - |
| XYZ | 3.8 | 2.36 | 2.54 | - |
| YUV | 41.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 43 | 0 | 0.70 | 0.44 | 0.70 | 337.78 | 0.54 | 0.2 |
| Hex | 4D | 17 | 2B | 0 | 46 | 2C | 46 | 152 | 36 | 14 |
| Octal | 115 | 27 | 53 | 0 | 106 | 54 | 106 | 522 | 66 | 24 |
| Binary | 1001101 | 10111 | 101011 | 0 | 1000110 | 101100 | 1000110 | 101010010 | 110110 | 10100 |
Color Harmonies of #4D172B
Complementary color
Monochromatic Colors of #4D172B
Black with #4D172B
Text Example
Text Example
White with #4D172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D172B; }
p { color: rgb(77,23,43); }
H1.HeaderClassName
{
color: #4D172B;
}
.AnyTagClassName
{
color: #4D172B;
}
</style>
background-color css
<style>
a { background-color: #4D172B; }
a { background-color: rgb(77,23,43); }
div.DivClassName
{
background-color: #4D172B;
}
.BgClassName
{
background-color: #4D172B;
}
</style>
border-color css
<style>
span { border-color: #4D172B; }
span { border-color: rgb(77,23,43); }
td.TdClassName
{
border-color: #4D172B;
}
.TagClassName
{
border-color: #4D172B;
}
</style>