Shades of Castro #4C2534
Tints of Castro #4C2534
RGB
CMYK
RGB Variations
Color information
#4C2534 (or 0x4C2534) is known color: Castro. HEX triplet: 4C, 25 and 34. RGB value is (76,37,52). Sum of RGB (Red+Green+Blue) = 76+37+52=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2534 is #B3DACB. Grayscale: #323232. Windows color (decimal): -11786956 or 3417420. OLE color: 3417420.
HSL color Cylindrical-coordinate representation of color #4C2534: hue angle of 336.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2534 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 37 | 52 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.70 |
| HSL | 336.92º | 0.35% | 0.22% | - |
| HSV(B) | 336.92º | 0.51% | 0.3% | - |
| XYZ | 4.26 | 3.11 | 3.62 | - |
| YUV | 50.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 52 | 0 | 0.51 | 0.32 | 0.70 | 336.92 | 0.35 | 0.22 |
| Hex | 4C | 25 | 34 | 0 | 33 | 20 | 46 | 151 | 23 | 16 |
| Octal | 114 | 45 | 64 | 0 | 63 | 40 | 106 | 521 | 43 | 26 |
| Binary | 1001100 | 100101 | 110100 | 0 | 110011 | 100000 | 1000110 | 101010001 | 100011 | 10110 |
Color Harmonies of #4C2534
Complementary color
Monochromatic Colors of #4C2534
Black with #4C2534
Text Example
Text Example
White with #4C2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2534; }
p { color: rgb(76,37,52); }
H1.HeaderClassName
{
color: #4C2534;
}
.AnyTagClassName
{
color: #4C2534;
}
</style>
background-color css
<style>
a { background-color: #4C2534; }
a { background-color: rgb(76,37,52); }
div.DivClassName
{
background-color: #4C2534;
}
.BgClassName
{
background-color: #4C2534;
}
</style>
border-color css
<style>
span { border-color: #4C2534; }
span { border-color: rgb(76,37,52); }
td.TdClassName
{
border-color: #4C2534;
}
.TagClassName
{
border-color: #4C2534;
}
</style>