Shades of Castro #4C2130
Tints of Castro #4C2130
RGB
CMYK
RGB Variations
Color information
#4C2130 (or 0x4C2130) is known color: Castro. HEX triplet: 4C, 21 and 30. RGB value is (76,33,48). Sum of RGB (Red+Green+Blue) = 76+33+48=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2130 is #B3DECF. Grayscale: #2F2F2F. Windows color (decimal): -11787984 or 3154252. OLE color: 3154252.
HSL color Cylindrical-coordinate representation of color #4C2130: hue angle of 339.07º 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 #4C2130 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 48 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.70 |
| HSL | 339.07º | 0.39% | 0.21% | - |
| HSV(B) | 339.07º | 0.57% | 0.3% | - |
| XYZ | 4.06 | 2.84 | 3.13 | - |
| YUV | 47.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 48 | 0 | 0.57 | 0.37 | 0.70 | 339.07 | 0.39 | 0.21 |
| Hex | 4C | 21 | 30 | 0 | 39 | 25 | 46 | 153 | 27 | 15 |
| Octal | 114 | 41 | 60 | 0 | 71 | 45 | 106 | 523 | 47 | 25 |
| Binary | 1001100 | 100001 | 110000 | 0 | 111001 | 100101 | 1000110 | 101010011 | 100111 | 10101 |
Color Harmonies of #4C2130
Complementary color
Monochromatic Colors of #4C2130
Black with #4C2130
Text Example
Text Example
White with #4C2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2130; }
p { color: rgb(76,33,48); }
H1.HeaderClassName
{
color: #4C2130;
}
.AnyTagClassName
{
color: #4C2130;
}
</style>
background-color css
<style>
a { background-color: #4C2130; }
a { background-color: rgb(76,33,48); }
div.DivClassName
{
background-color: #4C2130;
}
.BgClassName
{
background-color: #4C2130;
}
</style>
border-color css
<style>
span { border-color: #4C2130; }
span { border-color: rgb(76,33,48); }
td.TdClassName
{
border-color: #4C2130;
}
.TagClassName
{
border-color: #4C2130;
}
</style>