Shades of Castro #4C2735
Tints of Castro #4C2735
RGB
CMYK
RGB Variations
Color information
#4C2735 (or 0x4C2735) is known color: Castro. HEX triplet: 4C, 27 and 35. RGB value is (76,39,53). Sum of RGB (Red+Green+Blue) = 76+39+53=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2735 is #B3D8CA. Grayscale: #333333. Windows color (decimal): -11786443 or 3483468. OLE color: 3483468.
HSL color Cylindrical-coordinate representation of color #4C2735: hue angle of 337.3º 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 #4C2735 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 53 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.70 |
| HSL | 337.3º | 0.32% | 0.23% | - |
| HSV(B) | 337.3º | 0.49% | 0.3% | - |
| XYZ | 4.35 | 3.24 | 3.77 | - |
| YUV | 51.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 53 | 0 | 0.49 | 0.30 | 0.70 | 337.3 | 0.32 | 0.23 |
| Hex | 4C | 27 | 35 | 0 | 31 | 1E | 46 | 151 | 20 | 17 |
| Octal | 114 | 47 | 65 | 0 | 61 | 36 | 106 | 521 | 40 | 27 |
| Binary | 1001100 | 100111 | 110101 | 0 | 110001 | 11110 | 1000110 | 101010001 | 100000 | 10111 |
Color Harmonies of #4C2735
Complementary color
Monochromatic Colors of #4C2735
Black with #4C2735
Text Example
Text Example
White with #4C2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2735; }
p { color: rgb(76,39,53); }
H1.HeaderClassName
{
color: #4C2735;
}
.AnyTagClassName
{
color: #4C2735;
}
</style>
background-color css
<style>
a { background-color: #4C2735; }
a { background-color: rgb(76,39,53); }
div.DivClassName
{
background-color: #4C2735;
}
.BgClassName
{
background-color: #4C2735;
}
</style>
border-color css
<style>
span { border-color: #4C2735; }
span { border-color: rgb(76,39,53); }
td.TdClassName
{
border-color: #4C2735;
}
.TagClassName
{
border-color: #4C2735;
}
</style>