Shades of Castro #4C2734
Tints of Castro #4C2734
RGB
CMYK
RGB Variations
Color information
#4C2734 (or 0x4C2734) is known color: Castro. HEX triplet: 4C, 27 and 34. RGB value is (76,39,52). Sum of RGB (Red+Green+Blue) = 76+39+52=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2734 is #B3D8CB. Grayscale: #333333. Windows color (decimal): -11786444 or 3417932. OLE color: 3417932.
HSL color Cylindrical-coordinate representation of color #4C2734: hue angle of 338.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C2734 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 52 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.70 |
| HSL | 338.92º | 0.32% | 0.23% | - |
| HSV(B) | 338.92º | 0.49% | 0.3% | - |
| XYZ | 4.33 | 3.24 | 3.65 | - |
| YUV | 51.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 52 | 0 | 0.49 | 0.32 | 0.70 | 338.92 | 0.32 | 0.23 |
| Hex | 4C | 27 | 34 | 0 | 31 | 20 | 46 | 153 | 20 | 17 |
| Octal | 114 | 47 | 64 | 0 | 61 | 40 | 106 | 523 | 40 | 27 |
| Binary | 1001100 | 100111 | 110100 | 0 | 110001 | 100000 | 1000110 | 101010011 | 100000 | 10111 |
Color Harmonies of #4C2734
Complementary color
Monochromatic Colors of #4C2734
Black with #4C2734
Text Example
Text Example
White with #4C2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2734; }
p { color: rgb(76,39,52); }
H1.HeaderClassName
{
color: #4C2734;
}
.AnyTagClassName
{
color: #4C2734;
}
</style>
background-color css
<style>
a { background-color: #4C2734; }
a { background-color: rgb(76,39,52); }
div.DivClassName
{
background-color: #4C2734;
}
.BgClassName
{
background-color: #4C2734;
}
</style>
border-color css
<style>
span { border-color: #4C2734; }
span { border-color: rgb(76,39,52); }
td.TdClassName
{
border-color: #4C2734;
}
.TagClassName
{
border-color: #4C2734;
}
</style>