Shades of Castro #4B2032
Tints of Castro #4B2032
RGB
CMYK
RGB Variations
Color information
#4B2032 (or 0x4B2032) is known color: Castro. HEX triplet: 4B, 20 and 32. RGB value is (75,32,50). Sum of RGB (Red+Green+Blue) = 75+32+50=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2032 is #B4DFCD. Grayscale: #2E2E2E. Windows color (decimal): -11853774 or 3285067. OLE color: 3285067.
HSL color Cylindrical-coordinate representation of color #4B2032: hue angle of 334.88º 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 #4B2032 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 50 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.71 |
| HSL | 334.88º | 0.4% | 0.21% | - |
| HSV(B) | 334.88º | 0.57% | 0.29% | - |
| XYZ | 3.99 | 2.76 | 3.34 | - |
| YUV | 46.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 50 | 0 | 0.57 | 0.33 | 0.71 | 334.88 | 0.4 | 0.21 |
| Hex | 4B | 20 | 32 | 0 | 39 | 21 | 47 | 14F | 28 | 15 |
| Octal | 113 | 40 | 62 | 0 | 71 | 41 | 107 | 517 | 50 | 25 |
| Binary | 1001011 | 100000 | 110010 | 0 | 111001 | 100001 | 1000111 | 101001111 | 101000 | 10101 |
Color Harmonies of #4B2032
Complementary color
Monochromatic Colors of #4B2032
Black with #4B2032
Text Example
Text Example
White with #4B2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2032; }
p { color: rgb(75,32,50); }
H1.HeaderClassName
{
color: #4B2032;
}
.AnyTagClassName
{
color: #4B2032;
}
</style>
background-color css
<style>
a { background-color: #4B2032; }
a { background-color: rgb(75,32,50); }
div.DivClassName
{
background-color: #4B2032;
}
.BgClassName
{
background-color: #4B2032;
}
</style>
border-color css
<style>
span { border-color: #4B2032; }
span { border-color: rgb(75,32,50); }
td.TdClassName
{
border-color: #4B2032;
}
.TagClassName
{
border-color: #4B2032;
}
</style>