Shades of Castro #4C2233
Tints of Castro #4C2233
RGB
CMYK
RGB Variations
Color information
#4C2233 (or 0x4C2233) is known color: Castro. HEX triplet: 4C, 22 and 33. RGB value is (76,34,51). Sum of RGB (Red+Green+Blue) = 76+34+51=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2233 is #B3DDCC. Grayscale: #303030. Windows color (decimal): -11787725 or 3351116. OLE color: 3351116.
HSL color Cylindrical-coordinate representation of color #4C2233: hue angle of 335.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2233 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 34 | 51 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.70 |
| HSL | 335.71º | 0.38% | 0.22% | - |
| HSV(B) | 335.71º | 0.55% | 0.3% | - |
| XYZ | 4.15 | 2.92 | 3.48 | - |
| YUV | 48.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 51 | 0 | 0.55 | 0.33 | 0.70 | 335.71 | 0.38 | 0.22 |
| Hex | 4C | 22 | 33 | 0 | 37 | 21 | 46 | 150 | 26 | 16 |
| Octal | 114 | 42 | 63 | 0 | 67 | 41 | 106 | 520 | 46 | 26 |
| Binary | 1001100 | 100010 | 110011 | 0 | 110111 | 100001 | 1000110 | 101010000 | 100110 | 10110 |
Color Harmonies of #4C2233
Complementary color
Monochromatic Colors of #4C2233
Black with #4C2233
Text Example
Text Example
White with #4C2233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2233; }
p { color: rgb(76,34,51); }
H1.HeaderClassName
{
color: #4C2233;
}
.AnyTagClassName
{
color: #4C2233;
}
</style>
background-color css
<style>
a { background-color: #4C2233; }
a { background-color: rgb(76,34,51); }
div.DivClassName
{
background-color: #4C2233;
}
.BgClassName
{
background-color: #4C2233;
}
</style>
border-color css
<style>
span { border-color: #4C2233; }
span { border-color: rgb(76,34,51); }
td.TdClassName
{
border-color: #4C2233;
}
.TagClassName
{
border-color: #4C2233;
}
</style>