Shades of Castro #4B2431
Tints of Castro #4B2431
RGB
CMYK
RGB Variations
Color information
#4B2431 (or 0x4B2431) is known color: Castro. HEX triplet: 4B, 24 and 31. RGB value is (75,36,49). Sum of RGB (Red+Green+Blue) = 75+36+49=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2431 is #B4DBCE. Grayscale: #313131. Windows color (decimal): -11852751 or 3220555. OLE color: 3220555.
HSL color Cylindrical-coordinate representation of color #4B2431: hue angle of 340º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2431 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 49 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.71 |
| HSL | 340º | 0.35% | 0.22% | - |
| HSV(B) | 340º | 0.52% | 0.29% | - |
| XYZ | 4.09 | 2.98 | 3.27 | - |
| YUV | 49.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 49 | 0 | 0.52 | 0.35 | 0.71 | 340 | 0.35 | 0.22 |
| Hex | 4B | 24 | 31 | 0 | 34 | 23 | 47 | 154 | 23 | 16 |
| Octal | 113 | 44 | 61 | 0 | 64 | 43 | 107 | 524 | 43 | 26 |
| Binary | 1001011 | 100100 | 110001 | 0 | 110100 | 100011 | 1000111 | 101010100 | 100011 | 10110 |
Color Harmonies of #4B2431
Complementary color
Monochromatic Colors of #4B2431
Black with #4B2431
Text Example
Text Example
White with #4B2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2431; }
p { color: rgb(75,36,49); }
H1.HeaderClassName
{
color: #4B2431;
}
.AnyTagClassName
{
color: #4B2431;
}
</style>
background-color css
<style>
a { background-color: #4B2431; }
a { background-color: rgb(75,36,49); }
div.DivClassName
{
background-color: #4B2431;
}
.BgClassName
{
background-color: #4B2431;
}
</style>
border-color css
<style>
span { border-color: #4B2431; }
span { border-color: rgb(75,36,49); }
td.TdClassName
{
border-color: #4B2431;
}
.TagClassName
{
border-color: #4B2431;
}
</style>