Shades of Castro #4C2433
Tints of Castro #4C2433
RGB
CMYK
RGB Variations
Color information
#4C2433 (or 0x4C2433) is known color: Castro. HEX triplet: 4C, 24 and 33. RGB value is (76,36,51). Sum of RGB (Red+Green+Blue) = 76+36+51=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2433 is #B3DBCC. Grayscale: #313131. Windows color (decimal): -11787213 or 3351628. OLE color: 3351628.
HSL color Cylindrical-coordinate representation of color #4C2433: hue angle of 337.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2433 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 51 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.70 |
| HSL | 337.5º | 0.36% | 0.22% | - |
| HSV(B) | 337.5º | 0.53% | 0.3% | - |
| XYZ | 4.21 | 3.04 | 3.5 | - |
| YUV | 49.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 51 | 0 | 0.53 | 0.33 | 0.70 | 337.5 | 0.36 | 0.22 |
| Hex | 4C | 24 | 33 | 0 | 35 | 21 | 46 | 152 | 24 | 16 |
| Octal | 114 | 44 | 63 | 0 | 65 | 41 | 106 | 522 | 44 | 26 |
| Binary | 1001100 | 100100 | 110011 | 0 | 110101 | 100001 | 1000110 | 101010010 | 100100 | 10110 |
Color Harmonies of #4C2433
Complementary color
Monochromatic Colors of #4C2433
Black with #4C2433
Text Example
Text Example
White with #4C2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2433; }
p { color: rgb(76,36,51); }
H1.HeaderClassName
{
color: #4C2433;
}
.AnyTagClassName
{
color: #4C2433;
}
</style>
background-color css
<style>
a { background-color: #4C2433; }
a { background-color: rgb(76,36,51); }
div.DivClassName
{
background-color: #4C2433;
}
.BgClassName
{
background-color: #4C2433;
}
</style>
border-color css
<style>
span { border-color: #4C2433; }
span { border-color: rgb(76,36,51); }
td.TdClassName
{
border-color: #4C2433;
}
.TagClassName
{
border-color: #4C2433;
}
</style>