Shades of Castro #4C2332
Tints of Castro #4C2332
RGB
CMYK
RGB Variations
Color information
#4C2332 (or 0x4C2332) is known color: Castro. HEX triplet: 4C, 23 and 32. RGB value is (76,35,50). Sum of RGB (Red+Green+Blue) = 76+35+50=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2332 is #B3DCCD. Grayscale: #303030. Windows color (decimal): -11787470 or 3285836. OLE color: 3285836.
HSL color Cylindrical-coordinate representation of color #4C2332: hue angle of 338.05º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2332 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 50 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.70 |
| HSL | 338.05º | 0.37% | 0.22% | - |
| HSV(B) | 338.05º | 0.54% | 0.3% | - |
| XYZ | 4.16 | 2.97 | 3.37 | - |
| YUV | 48.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 50 | 0 | 0.54 | 0.34 | 0.70 | 338.05 | 0.37 | 0.22 |
| Hex | 4C | 23 | 32 | 0 | 36 | 22 | 46 | 152 | 25 | 16 |
| Octal | 114 | 43 | 62 | 0 | 66 | 42 | 106 | 522 | 45 | 26 |
| Binary | 1001100 | 100011 | 110010 | 0 | 110110 | 100010 | 1000110 | 101010010 | 100101 | 10110 |
Color Harmonies of #4C2332
Complementary color
Monochromatic Colors of #4C2332
Black with #4C2332
Text Example
Text Example
White with #4C2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2332; }
p { color: rgb(76,35,50); }
H1.HeaderClassName
{
color: #4C2332;
}
.AnyTagClassName
{
color: #4C2332;
}
</style>
background-color css
<style>
a { background-color: #4C2332; }
a { background-color: rgb(76,35,50); }
div.DivClassName
{
background-color: #4C2332;
}
.BgClassName
{
background-color: #4C2332;
}
</style>
border-color css
<style>
span { border-color: #4C2332; }
span { border-color: rgb(76,35,50); }
td.TdClassName
{
border-color: #4C2332;
}
.TagClassName
{
border-color: #4C2332;
}
</style>