Shades of Castro #4B2532
Tints of Castro #4B2532
RGB
CMYK
RGB Variations
Color information
#4B2532 (or 0x4B2532) is known color: Castro. HEX triplet: 4B, 25 and 32. RGB value is (75,37,50). Sum of RGB (Red+Green+Blue) = 75+37+50=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2532 is #B4DACD. Grayscale: #313131. Windows color (decimal): -11852494 or 3286347. OLE color: 3286347.
HSL color Cylindrical-coordinate representation of color #4B2532: hue angle of 339.47º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2532 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 50 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.71 |
| HSL | 339.47º | 0.34% | 0.22% | - |
| HSV(B) | 339.47º | 0.51% | 0.29% | - |
| XYZ | 4.14 | 3.05 | 3.39 | - |
| YUV | 49.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 50 | 0 | 0.51 | 0.33 | 0.71 | 339.47 | 0.34 | 0.22 |
| Hex | 4B | 25 | 32 | 0 | 33 | 21 | 47 | 153 | 22 | 16 |
| Octal | 113 | 45 | 62 | 0 | 63 | 41 | 107 | 523 | 42 | 26 |
| Binary | 1001011 | 100101 | 110010 | 0 | 110011 | 100001 | 1000111 | 101010011 | 100010 | 10110 |
Color Harmonies of #4B2532
Complementary color
Monochromatic Colors of #4B2532
Black with #4B2532
Text Example
Text Example
White with #4B2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2532; }
p { color: rgb(75,37,50); }
H1.HeaderClassName
{
color: #4B2532;
}
.AnyTagClassName
{
color: #4B2532;
}
</style>
background-color css
<style>
a { background-color: #4B2532; }
a { background-color: rgb(75,37,50); }
div.DivClassName
{
background-color: #4B2532;
}
.BgClassName
{
background-color: #4B2532;
}
</style>
border-color css
<style>
span { border-color: #4B2532; }
span { border-color: rgb(75,37,50); }
td.TdClassName
{
border-color: #4B2532;
}
.TagClassName
{
border-color: #4B2532;
}
</style>