Shades of Castro #4D172A
Tints of Castro #4D172A
RGB
CMYK
RGB Variations
Color information
#4D172A (or 0x4D172A) is known color: Castro. HEX triplet: 4D, 17 and 2A. RGB value is (77,23,42). Sum of RGB (Red+Green+Blue) = 77+23+42=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D172A is #B2E8D5. Grayscale: #292929. Windows color (decimal): -11725014 or 2758477. OLE color: 2758477.
HSL color Cylindrical-coordinate representation of color #4D172A: hue angle of 338.89º 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 #4D172A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 42 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.70 |
| HSL | 338.89º | 0.54% | 0.2% | - |
| HSV(B) | 338.89º | 0.7% | 0.3% | - |
| XYZ | 3.78 | 2.36 | 2.45 | - |
| YUV | 41.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 42 | 0 | 0.70 | 0.45 | 0.70 | 338.89 | 0.54 | 0.2 |
| Hex | 4D | 17 | 2A | 0 | 46 | 2D | 46 | 153 | 36 | 14 |
| Octal | 115 | 27 | 52 | 0 | 106 | 55 | 106 | 523 | 66 | 24 |
| Binary | 1001101 | 10111 | 101010 | 0 | 1000110 | 101101 | 1000110 | 101010011 | 110110 | 10100 |
Color Harmonies of #4D172A
Complementary color
Monochromatic Colors of #4D172A
Black with #4D172A
Text Example
Text Example
White with #4D172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D172A; }
p { color: rgb(77,23,42); }
H1.HeaderClassName
{
color: #4D172A;
}
.AnyTagClassName
{
color: #4D172A;
}
</style>
background-color css
<style>
a { background-color: #4D172A; }
a { background-color: rgb(77,23,42); }
div.DivClassName
{
background-color: #4D172A;
}
.BgClassName
{
background-color: #4D172A;
}
</style>
border-color css
<style>
span { border-color: #4D172A; }
span { border-color: rgb(77,23,42); }
td.TdClassName
{
border-color: #4D172A;
}
.TagClassName
{
border-color: #4D172A;
}
</style>