Shades of Castro #4B2131
Tints of Castro #4B2131
RGB
CMYK
RGB Variations
Color information
#4B2131 (or 0x4B2131) is known color: Castro. HEX triplet: 4B, 21 and 31. RGB value is (75,33,49). Sum of RGB (Red+Green+Blue) = 75+33+49=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2131 is #B4DECE. Grayscale: #2F2F2F. Windows color (decimal): -11853519 or 3219787. OLE color: 3219787.
HSL color Cylindrical-coordinate representation of color #4B2131: hue angle of 337.14º 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 #4B2131 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 49 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.71 |
| HSL | 337.14º | 0.39% | 0.21% | - |
| HSV(B) | 337.14º | 0.56% | 0.29% | - |
| XYZ | 4 | 2.81 | 3.24 | - |
| YUV | 47.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 49 | 0 | 0.56 | 0.35 | 0.71 | 337.14 | 0.39 | 0.21 |
| Hex | 4B | 21 | 31 | 0 | 38 | 23 | 47 | 151 | 27 | 15 |
| Octal | 113 | 41 | 61 | 0 | 70 | 43 | 107 | 521 | 47 | 25 |
| Binary | 1001011 | 100001 | 110001 | 0 | 111000 | 100011 | 1000111 | 101010001 | 100111 | 10101 |
Color Harmonies of #4B2131
Complementary color
Monochromatic Colors of #4B2131
Black with #4B2131
Text Example
Text Example
White with #4B2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2131; }
p { color: rgb(75,33,49); }
H1.HeaderClassName
{
color: #4B2131;
}
.AnyTagClassName
{
color: #4B2131;
}
</style>
background-color css
<style>
a { background-color: #4B2131; }
a { background-color: rgb(75,33,49); }
div.DivClassName
{
background-color: #4B2131;
}
.BgClassName
{
background-color: #4B2131;
}
</style>
border-color css
<style>
span { border-color: #4B2131; }
span { border-color: rgb(75,33,49); }
td.TdClassName
{
border-color: #4B2131;
}
.TagClassName
{
border-color: #4B2131;
}
</style>