Shades of Castro #4B2132
Tints of Castro #4B2132
RGB
CMYK
RGB Variations
Color information
#4B2132 (or 0x4B2132) is known color: Castro. HEX triplet: 4B, 21 and 32. RGB value is (75,33,50). Sum of RGB (Red+Green+Blue) = 75+33+50=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2132 is #B4DECD. Grayscale: #2F2F2F. Windows color (decimal): -11853518 or 3285323. OLE color: 3285323.
HSL color Cylindrical-coordinate representation of color #4B2132: hue angle of 335.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B2132 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 50 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.71 |
| HSL | 335.71º | 0.39% | 0.21% | - |
| HSV(B) | 335.71º | 0.56% | 0.29% | - |
| XYZ | 4.02 | 2.81 | 3.35 | - |
| YUV | 47.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 50 | 0 | 0.56 | 0.33 | 0.71 | 335.71 | 0.39 | 0.21 |
| Hex | 4B | 21 | 32 | 0 | 38 | 21 | 47 | 150 | 27 | 15 |
| Octal | 113 | 41 | 62 | 0 | 70 | 41 | 107 | 520 | 47 | 25 |
| Binary | 1001011 | 100001 | 110010 | 0 | 111000 | 100001 | 1000111 | 101010000 | 100111 | 10101 |
Color Harmonies of #4B2132
Complementary color
Monochromatic Colors of #4B2132
Black with #4B2132
Text Example
Text Example
White with #4B2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2132; }
p { color: rgb(75,33,50); }
H1.HeaderClassName
{
color: #4B2132;
}
.AnyTagClassName
{
color: #4B2132;
}
</style>
background-color css
<style>
a { background-color: #4B2132; }
a { background-color: rgb(75,33,50); }
div.DivClassName
{
background-color: #4B2132;
}
.BgClassName
{
background-color: #4B2132;
}
</style>
border-color css
<style>
span { border-color: #4B2132; }
span { border-color: rgb(75,33,50); }
td.TdClassName
{
border-color: #4B2132;
}
.TagClassName
{
border-color: #4B2132;
}
</style>