Shades of Castro #4B2031
Tints of Castro #4B2031
RGB
CMYK
RGB Variations
Color information
#4B2031 (or 0x4B2031) is known color: Castro. HEX triplet: 4B, 20 and 31. RGB value is (75,32,49). Sum of RGB (Red+Green+Blue) = 75+32+49=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2031 is #B4DFCE. Grayscale: #2E2E2E. Windows color (decimal): -11853775 or 3219531. OLE color: 3219531.
HSL color Cylindrical-coordinate representation of color #4B2031: hue angle of 336.28º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2031 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 49 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.71 |
| HSL | 336.28º | 0.4% | 0.21% | - |
| HSV(B) | 336.28º | 0.57% | 0.29% | - |
| XYZ | 3.97 | 2.75 | 3.23 | - |
| YUV | 46.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 49 | 0 | 0.57 | 0.35 | 0.71 | 336.28 | 0.4 | 0.21 |
| Hex | 4B | 20 | 31 | 0 | 39 | 23 | 47 | 150 | 28 | 15 |
| Octal | 113 | 40 | 61 | 0 | 71 | 43 | 107 | 520 | 50 | 25 |
| Binary | 1001011 | 100000 | 110001 | 0 | 111001 | 100011 | 1000111 | 101010000 | 101000 | 10101 |
Color Harmonies of #4B2031
Complementary color
Monochromatic Colors of #4B2031
Black with #4B2031
Text Example
Text Example
White with #4B2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2031; }
p { color: rgb(75,32,49); }
H1.HeaderClassName
{
color: #4B2031;
}
.AnyTagClassName
{
color: #4B2031;
}
</style>
background-color css
<style>
a { background-color: #4B2031; }
a { background-color: rgb(75,32,49); }
div.DivClassName
{
background-color: #4B2031;
}
.BgClassName
{
background-color: #4B2031;
}
</style>
border-color css
<style>
span { border-color: #4B2031; }
span { border-color: rgb(75,32,49); }
td.TdClassName
{
border-color: #4B2031;
}
.TagClassName
{
border-color: #4B2031;
}
</style>