Shades of Castro #4D2134
Tints of Castro #4D2134
RGB
CMYK
RGB Variations
Color information
#4D2134 (or 0x4D2134) is known color: Castro. HEX triplet: 4D, 21 and 34. RGB value is (77,33,52). Sum of RGB (Red+Green+Blue) = 77+33+52=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2134 is #B2DECB. Grayscale: #303030. Windows color (decimal): -11722444 or 3416397. OLE color: 3416397.
HSL color Cylindrical-coordinate representation of color #4D2134: hue angle of 334.09º 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 #4D2134 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 52 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.70 |
| HSL | 334.09º | 0.4% | 0.22% | - |
| HSV(B) | 334.09º | 0.57% | 0.3% | - |
| XYZ | 4.22 | 2.91 | 3.59 | - |
| YUV | 48.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 52 | 0 | 0.57 | 0.32 | 0.70 | 334.09 | 0.4 | 0.22 |
| Hex | 4D | 21 | 34 | 0 | 39 | 20 | 46 | 14E | 28 | 16 |
| Octal | 115 | 41 | 64 | 0 | 71 | 40 | 106 | 516 | 50 | 26 |
| Binary | 1001101 | 100001 | 110100 | 0 | 111001 | 100000 | 1000110 | 101001110 | 101000 | 10110 |
Color Harmonies of #4D2134
Complementary color
Monochromatic Colors of #4D2134
Black with #4D2134
Text Example
Text Example
White with #4D2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2134; }
p { color: rgb(77,33,52); }
H1.HeaderClassName
{
color: #4D2134;
}
.AnyTagClassName
{
color: #4D2134;
}
</style>
background-color css
<style>
a { background-color: #4D2134; }
a { background-color: rgb(77,33,52); }
div.DivClassName
{
background-color: #4D2134;
}
.BgClassName
{
background-color: #4D2134;
}
</style>
border-color css
<style>
span { border-color: #4D2134; }
span { border-color: rgb(77,33,52); }
td.TdClassName
{
border-color: #4D2134;
}
.TagClassName
{
border-color: #4D2134;
}
</style>