Shades of Castro #4C2335
Tints of Castro #4C2335
RGB
CMYK
RGB Variations
Color information
#4C2335 (or 0x4C2335) is known color: Castro. HEX triplet: 4C, 23 and 35. RGB value is (76,35,53). Sum of RGB (Red+Green+Blue) = 76+35+53=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2335 is #B3DCCA. Grayscale: #313131. Windows color (decimal): -11787467 or 3482444. OLE color: 3482444.
HSL color Cylindrical-coordinate representation of color #4C2335: hue angle of 333.66º 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 #4C2335 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 53 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.70 |
| HSL | 333.66º | 0.37% | 0.22% | - |
| HSV(B) | 333.66º | 0.54% | 0.3% | - |
| XYZ | 4.22 | 3 | 3.72 | - |
| YUV | 49.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 53 | 0 | 0.54 | 0.30 | 0.70 | 333.66 | 0.37 | 0.22 |
| Hex | 4C | 23 | 35 | 0 | 36 | 1E | 46 | 14E | 25 | 16 |
| Octal | 114 | 43 | 65 | 0 | 66 | 36 | 106 | 516 | 45 | 26 |
| Binary | 1001100 | 100011 | 110101 | 0 | 110110 | 11110 | 1000110 | 101001110 | 100101 | 10110 |
Color Harmonies of #4C2335
Complementary color
Monochromatic Colors of #4C2335
Black with #4C2335
Text Example
Text Example
White with #4C2335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2335; }
p { color: rgb(76,35,53); }
H1.HeaderClassName
{
color: #4C2335;
}
.AnyTagClassName
{
color: #4C2335;
}
</style>
background-color css
<style>
a { background-color: #4C2335; }
a { background-color: rgb(76,35,53); }
div.DivClassName
{
background-color: #4C2335;
}
.BgClassName
{
background-color: #4C2335;
}
</style>
border-color css
<style>
span { border-color: #4C2335; }
span { border-color: rgb(76,35,53); }
td.TdClassName
{
border-color: #4C2335;
}
.TagClassName
{
border-color: #4C2335;
}
</style>