Shades of Castro #4C202D
Tints of Castro #4C202D
RGB
CMYK
RGB Variations
Color information
#4C202D (or 0x4C202D) is known color: Castro. HEX triplet: 4C, 20 and 2D. RGB value is (76,32,45). Sum of RGB (Red+Green+Blue) = 76+32+45=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C202D is #B3DFD2. Grayscale: #2E2E2E. Windows color (decimal): -11788243 or 2957388. OLE color: 2957388.
HSL color Cylindrical-coordinate representation of color #4C202D: hue angle of 342.27º 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 #4C202D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 45 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.70 |
| HSL | 342.27º | 0.41% | 0.21% | - |
| HSV(B) | 342.27º | 0.58% | 0.3% | - |
| XYZ | 3.97 | 2.76 | 2.81 | - |
| YUV | 46.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 45 | 0 | 0.58 | 0.41 | 0.70 | 342.27 | 0.41 | 0.21 |
| Hex | 4C | 20 | 2D | 0 | 3A | 29 | 46 | 156 | 29 | 15 |
| Octal | 114 | 40 | 55 | 0 | 72 | 51 | 106 | 526 | 51 | 25 |
| Binary | 1001100 | 100000 | 101101 | 0 | 111010 | 101001 | 1000110 | 101010110 | 101001 | 10101 |
Color Harmonies of #4C202D
Complementary color
Monochromatic Colors of #4C202D
Black with #4C202D
Text Example
Text Example
White with #4C202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C202D; }
p { color: rgb(76,32,45); }
H1.HeaderClassName
{
color: #4C202D;
}
.AnyTagClassName
{
color: #4C202D;
}
</style>
background-color css
<style>
a { background-color: #4C202D; }
a { background-color: rgb(76,32,45); }
div.DivClassName
{
background-color: #4C202D;
}
.BgClassName
{
background-color: #4C202D;
}
</style>
border-color css
<style>
span { border-color: #4C202D; }
span { border-color: rgb(76,32,45); }
td.TdClassName
{
border-color: #4C202D;
}
.TagClassName
{
border-color: #4C202D;
}
</style>