Shades of Castro #4C2133
Tints of Castro #4C2133
RGB
CMYK
RGB Variations
Color information
#4C2133 (or 0x4C2133) is known color: Castro. HEX triplet: 4C, 21 and 33. RGB value is (76,33,51). Sum of RGB (Red+Green+Blue) = 76+33+51=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2133 is #B3DECC. Grayscale: #2F2F2F. Windows color (decimal): -11787981 or 3350860. OLE color: 3350860.
HSL color Cylindrical-coordinate representation of color #4C2133: hue angle of 334.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2133 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 51 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.70 |
| HSL | 334.88º | 0.39% | 0.21% | - |
| HSV(B) | 334.88º | 0.57% | 0.3% | - |
| XYZ | 4.12 | 2.86 | 3.47 | - |
| YUV | 47.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 51 | 0 | 0.57 | 0.33 | 0.70 | 334.88 | 0.39 | 0.21 |
| Hex | 4C | 21 | 33 | 0 | 39 | 21 | 46 | 14F | 27 | 15 |
| Octal | 114 | 41 | 63 | 0 | 71 | 41 | 106 | 517 | 47 | 25 |
| Binary | 1001100 | 100001 | 110011 | 0 | 111001 | 100001 | 1000110 | 101001111 | 100111 | 10101 |
Color Harmonies of #4C2133
Complementary color
Monochromatic Colors of #4C2133
Black with #4C2133
Text Example
Text Example
White with #4C2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2133; }
p { color: rgb(76,33,51); }
H1.HeaderClassName
{
color: #4C2133;
}
.AnyTagClassName
{
color: #4C2133;
}
</style>
background-color css
<style>
a { background-color: #4C2133; }
a { background-color: rgb(76,33,51); }
div.DivClassName
{
background-color: #4C2133;
}
.BgClassName
{
background-color: #4C2133;
}
</style>
border-color css
<style>
span { border-color: #4C2133; }
span { border-color: rgb(76,33,51); }
td.TdClassName
{
border-color: #4C2133;
}
.TagClassName
{
border-color: #4C2133;
}
</style>