Shades of Castro #4C2633
Tints of Castro #4C2633
RGB
CMYK
RGB Variations
Color information
#4C2633 (or 0x4C2633) is known color: Castro. HEX triplet: 4C, 26 and 33. RGB value is (76,38,51). Sum of RGB (Red+Green+Blue) = 76+38+51=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2633 is #B3D9CC. Grayscale: #323232. Windows color (decimal): -11786701 or 3352140. OLE color: 3352140.
HSL color Cylindrical-coordinate representation of color #4C2633: hue angle of 339.47º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2633 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 51 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.70 |
| HSL | 339.47º | 0.33% | 0.22% | - |
| HSV(B) | 339.47º | 0.5% | 0.3% | - |
| XYZ | 4.27 | 3.16 | 3.52 | - |
| YUV | 50.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 51 | 0 | 0.5 | 0.33 | 0.70 | 339.47 | 0.33 | 0.22 |
| Hex | 4C | 26 | 33 | 0 | 32 | 21 | 46 | 153 | 21 | 16 |
| Octal | 114 | 46 | 63 | 0 | 62 | 41 | 106 | 523 | 41 | 26 |
| Binary | 1001100 | 100110 | 110011 | 0 | 110010 | 100001 | 1000110 | 101010011 | 100001 | 10110 |
Color Harmonies of #4C2633
Complementary color
Monochromatic Colors of #4C2633
Black with #4C2633
Text Example
Text Example
White with #4C2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2633; }
p { color: rgb(76,38,51); }
H1.HeaderClassName
{
color: #4C2633;
}
.AnyTagClassName
{
color: #4C2633;
}
</style>
background-color css
<style>
a { background-color: #4C2633; }
a { background-color: rgb(76,38,51); }
div.DivClassName
{
background-color: #4C2633;
}
.BgClassName
{
background-color: #4C2633;
}
</style>
border-color css
<style>
span { border-color: #4C2633; }
span { border-color: rgb(76,38,51); }
td.TdClassName
{
border-color: #4C2633;
}
.TagClassName
{
border-color: #4C2633;
}
</style>