Shades of Castro #4B202D
Tints of Castro #4B202D
RGB
CMYK
RGB Variations
Color information
#4B202D (or 0x4B202D) is known color: Castro. HEX triplet: 4B, 20 and 2D. RGB value is (75,32,45). Sum of RGB (Red+Green+Blue) = 75+32+45=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B202D is #B4DFD2. Grayscale: #2E2E2E. Windows color (decimal): -11853779 or 2957387. OLE color: 2957387.
HSL color Cylindrical-coordinate representation of color #4B202D: hue angle of 341.86º 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 #4B202D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 45 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.71 |
| HSL | 341.86º | 0.4% | 0.21% | - |
| HSV(B) | 341.86º | 0.57% | 0.29% | - |
| XYZ | 3.89 | 2.72 | 2.8 | - |
| YUV | 46.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 45 | 0 | 0.57 | 0.40 | 0.71 | 341.86 | 0.4 | 0.21 |
| Hex | 4B | 20 | 2D | 0 | 39 | 28 | 47 | 156 | 28 | 15 |
| Octal | 113 | 40 | 55 | 0 | 71 | 50 | 107 | 526 | 50 | 25 |
| Binary | 1001011 | 100000 | 101101 | 0 | 111001 | 101000 | 1000111 | 101010110 | 101000 | 10101 |
Color Harmonies of #4B202D
Complementary color
Monochromatic Colors of #4B202D
Black with #4B202D
Text Example
Text Example
White with #4B202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B202D; }
p { color: rgb(75,32,45); }
H1.HeaderClassName
{
color: #4B202D;
}
.AnyTagClassName
{
color: #4B202D;
}
</style>
background-color css
<style>
a { background-color: #4B202D; }
a { background-color: rgb(75,32,45); }
div.DivClassName
{
background-color: #4B202D;
}
.BgClassName
{
background-color: #4B202D;
}
</style>
border-color css
<style>
span { border-color: #4B202D; }
span { border-color: rgb(75,32,45); }
td.TdClassName
{
border-color: #4B202D;
}
.TagClassName
{
border-color: #4B202D;
}
</style>