Shades of Castro #4C2033
Tints of Castro #4C2033
RGB
CMYK
RGB Variations
Color information
#4C2033 (or 0x4C2033) is known color: Castro. HEX triplet: 4C, 20 and 33. RGB value is (76,32,51). Sum of RGB (Red+Green+Blue) = 76+32+51=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2033 is #B3DFCC. Grayscale: #2F2F2F. Windows color (decimal): -11788237 or 3350604. OLE color: 3350604.
HSL color Cylindrical-coordinate representation of color #4C2033: hue angle of 334.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2033 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 51 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.70 |
| HSL | 334.09º | 0.41% | 0.21% | - |
| HSV(B) | 334.09º | 0.58% | 0.3% | - |
| XYZ | 4.09 | 2.81 | 3.46 | - |
| YUV | 47.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 51 | 0 | 0.58 | 0.33 | 0.70 | 334.09 | 0.41 | 0.21 |
| Hex | 4C | 20 | 33 | 0 | 3A | 21 | 46 | 14E | 29 | 15 |
| Octal | 114 | 40 | 63 | 0 | 72 | 41 | 106 | 516 | 51 | 25 |
| Binary | 1001100 | 100000 | 110011 | 0 | 111010 | 100001 | 1000110 | 101001110 | 101001 | 10101 |
Color Harmonies of #4C2033
Complementary color
Monochromatic Colors of #4C2033
Black with #4C2033
Text Example
Text Example
White with #4C2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2033; }
p { color: rgb(76,32,51); }
H1.HeaderClassName
{
color: #4C2033;
}
.AnyTagClassName
{
color: #4C2033;
}
</style>
background-color css
<style>
a { background-color: #4C2033; }
a { background-color: rgb(76,32,51); }
div.DivClassName
{
background-color: #4C2033;
}
.BgClassName
{
background-color: #4C2033;
}
</style>
border-color css
<style>
span { border-color: #4C2033; }
span { border-color: rgb(76,32,51); }
td.TdClassName
{
border-color: #4C2033;
}
.TagClassName
{
border-color: #4C2033;
}
</style>