Shades of Castro #4D212F
Tints of Castro #4D212F
RGB
CMYK
RGB Variations
Color information
#4D212F (or 0x4D212F) is known color: Castro. HEX triplet: 4D, 21 and 2F. RGB value is (77,33,47). Sum of RGB (Red+Green+Blue) = 77+33+47=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212F is #B2DED0. Grayscale: #2F2F2F. Windows color (decimal): -11722449 or 3088717. OLE color: 3088717.
HSL color Cylindrical-coordinate representation of color #4D212F: hue angle of 340.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D212F is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 47 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.70 |
| HSL | 340.91º | 0.4% | 0.22% | - |
| HSV(B) | 340.91º | 0.57% | 0.3% | - |
| XYZ | 4.12 | 2.87 | 3.03 | - |
| YUV | 47.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 47 | 0 | 0.57 | 0.39 | 0.70 | 340.91 | 0.4 | 0.22 |
| Hex | 4D | 21 | 2F | 0 | 39 | 27 | 46 | 155 | 28 | 16 |
| Octal | 115 | 41 | 57 | 0 | 71 | 47 | 106 | 525 | 50 | 26 |
| Binary | 1001101 | 100001 | 101111 | 0 | 111001 | 100111 | 1000110 | 101010101 | 101000 | 10110 |
Color Harmonies of #4D212F
Complementary color
Monochromatic Colors of #4D212F
Black with #4D212F
Text Example
Text Example
White with #4D212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D212F; }
p { color: rgb(77,33,47); }
H1.HeaderClassName
{
color: #4D212F;
}
.AnyTagClassName
{
color: #4D212F;
}
</style>
background-color css
<style>
a { background-color: #4D212F; }
a { background-color: rgb(77,33,47); }
div.DivClassName
{
background-color: #4D212F;
}
.BgClassName
{
background-color: #4D212F;
}
</style>
border-color css
<style>
span { border-color: #4D212F; }
span { border-color: rgb(77,33,47); }
td.TdClassName
{
border-color: #4D212F;
}
.TagClassName
{
border-color: #4D212F;
}
</style>