Shades of Castro #4D2432
Tints of Castro #4D2432
RGB
CMYK
RGB Variations
Color information
#4D2432 (or 0x4D2432) is known color: Castro. HEX triplet: 4D, 24 and 32. RGB value is (77,36,50). Sum of RGB (Red+Green+Blue) = 77+36+50=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2432 is #B2DBCD. Grayscale: #313131. Windows color (decimal): -11721678 or 3286093. OLE color: 3286093.
HSL color Cylindrical-coordinate representation of color #4D2432: hue angle of 339.51º 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 #4D2432 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 50 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.70 |
| HSL | 339.51º | 0.36% | 0.22% | - |
| HSV(B) | 339.51º | 0.53% | 0.3% | - |
| XYZ | 4.27 | 3.07 | 3.39 | - |
| YUV | 49.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 50 | 0 | 0.53 | 0.35 | 0.70 | 339.51 | 0.36 | 0.22 |
| Hex | 4D | 24 | 32 | 0 | 35 | 23 | 46 | 154 | 24 | 16 |
| Octal | 115 | 44 | 62 | 0 | 65 | 43 | 106 | 524 | 44 | 26 |
| Binary | 1001101 | 100100 | 110010 | 0 | 110101 | 100011 | 1000110 | 101010100 | 100100 | 10110 |
Color Harmonies of #4D2432
Complementary color
Monochromatic Colors of #4D2432
Black with #4D2432
Text Example
Text Example
White with #4D2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2432; }
p { color: rgb(77,36,50); }
H1.HeaderClassName
{
color: #4D2432;
}
.AnyTagClassName
{
color: #4D2432;
}
</style>
background-color css
<style>
a { background-color: #4D2432; }
a { background-color: rgb(77,36,50); }
div.DivClassName
{
background-color: #4D2432;
}
.BgClassName
{
background-color: #4D2432;
}
</style>
border-color css
<style>
span { border-color: #4D2432; }
span { border-color: rgb(77,36,50); }
td.TdClassName
{
border-color: #4D2432;
}
.TagClassName
{
border-color: #4D2432;
}
</style>