Shades of Castro #4C2135
Tints of Castro #4C2135
RGB
CMYK
RGB Variations
Color information
#4C2135 (or 0x4C2135) is known color: Castro. HEX triplet: 4C, 21 and 35. RGB value is (76,33,53). Sum of RGB (Red+Green+Blue) = 76+33+53=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2135 is #B3DECA. Grayscale: #303030. Windows color (decimal): -11787979 or 3481932. OLE color: 3481932.
HSL color Cylindrical-coordinate representation of color #4C2135: hue angle of 332.09º 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 #4C2135 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 33 | 53 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.70 |
| HSL | 332.09º | 0.39% | 0.21% | - |
| HSV(B) | 332.09º | 0.57% | 0.3% | - |
| XYZ | 4.17 | 2.88 | 3.7 | - |
| YUV | 48.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 53 | 0 | 0.57 | 0.30 | 0.70 | 332.09 | 0.39 | 0.21 |
| Hex | 4C | 21 | 35 | 0 | 39 | 1E | 46 | 14C | 27 | 15 |
| Octal | 114 | 41 | 65 | 0 | 71 | 36 | 106 | 514 | 47 | 25 |
| Binary | 1001100 | 100001 | 110101 | 0 | 111001 | 11110 | 1000110 | 101001100 | 100111 | 10101 |
Color Harmonies of #4C2135
Complementary color
Monochromatic Colors of #4C2135
Black with #4C2135
Text Example
Text Example
White with #4C2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2135; }
p { color: rgb(76,33,53); }
H1.HeaderClassName
{
color: #4C2135;
}
.AnyTagClassName
{
color: #4C2135;
}
</style>
background-color css
<style>
a { background-color: #4C2135; }
a { background-color: rgb(76,33,53); }
div.DivClassName
{
background-color: #4C2135;
}
.BgClassName
{
background-color: #4C2135;
}
</style>
border-color css
<style>
span { border-color: #4C2135; }
span { border-color: rgb(76,33,53); }
td.TdClassName
{
border-color: #4C2135;
}
.TagClassName
{
border-color: #4C2135;
}
</style>