Shades of Castro #4D1B2C
Tints of Castro #4D1B2C
RGB
CMYK
RGB Variations
Color information
#4D1B2C (or 0x4D1B2C) is known color: Castro. HEX triplet: 4D, 1B and 2C. RGB value is (77,27,44). Sum of RGB (Red+Green+Blue) = 77+27+44=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B2C is #B2E4D3. Grayscale: #2B2B2B. Windows color (decimal): -11723988 or 2890573. OLE color: 2890573.
HSL color Cylindrical-coordinate representation of color #4D1B2C: hue angle of 339.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B2C is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 44 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.70 |
| HSL | 339.6º | 0.48% | 0.2% | - |
| HSV(B) | 339.6º | 0.65% | 0.3% | - |
| XYZ | 3.91 | 2.54 | 2.67 | - |
| YUV | 43.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 44 | 0 | 0.65 | 0.43 | 0.70 | 339.6 | 0.48 | 0.2 |
| Hex | 4D | 1B | 2C | 0 | 41 | 2B | 46 | 154 | 30 | 14 |
| Octal | 115 | 33 | 54 | 0 | 101 | 53 | 106 | 524 | 60 | 24 |
| Binary | 1001101 | 11011 | 101100 | 0 | 1000001 | 101011 | 1000110 | 101010100 | 110000 | 10100 |
Color Harmonies of #4D1B2C
Complementary color
Monochromatic Colors of #4D1B2C
Black with #4D1B2C
Text Example
Text Example
White with #4D1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B2C; }
p { color: rgb(77,27,44); }
H1.HeaderClassName
{
color: #4D1B2C;
}
.AnyTagClassName
{
color: #4D1B2C;
}
</style>
background-color css
<style>
a { background-color: #4D1B2C; }
a { background-color: rgb(77,27,44); }
div.DivClassName
{
background-color: #4D1B2C;
}
.BgClassName
{
background-color: #4D1B2C;
}
</style>
border-color css
<style>
span { border-color: #4D1B2C; }
span { border-color: rgb(77,27,44); }
td.TdClassName
{
border-color: #4D1B2C;
}
.TagClassName
{
border-color: #4D1B2C;
}
</style>