Shades of Castro #4B212D
Tints of Castro #4B212D
RGB
CMYK
RGB Variations
Color information
#4B212D (or 0x4B212D) is known color: Castro. HEX triplet: 4B, 21 and 2D. RGB value is (75,33,45). Sum of RGB (Red+Green+Blue) = 75+33+45=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B212D is #B4DED2. Grayscale: #2E2E2E. Windows color (decimal): -11853523 or 2957643. OLE color: 2957643.
HSL color Cylindrical-coordinate representation of color #4B212D: hue angle of 342.86º 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 #4B212D is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 33 | 45 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.71 |
| HSL | 342.86º | 0.39% | 0.21% | - |
| HSV(B) | 342.86º | 0.56% | 0.29% | - |
| XYZ | 3.92 | 2.77 | 2.81 | - |
| YUV | 46.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 45 | 0 | 0.56 | 0.40 | 0.71 | 342.86 | 0.39 | 0.21 |
| Hex | 4B | 21 | 2D | 0 | 38 | 28 | 47 | 157 | 27 | 15 |
| Octal | 113 | 41 | 55 | 0 | 70 | 50 | 107 | 527 | 47 | 25 |
| Binary | 1001011 | 100001 | 101101 | 0 | 111000 | 101000 | 1000111 | 101010111 | 100111 | 10101 |
Color Harmonies of #4B212D
Complementary color
Monochromatic Colors of #4B212D
Black with #4B212D
Text Example
Text Example
White with #4B212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B212D; }
p { color: rgb(75,33,45); }
H1.HeaderClassName
{
color: #4B212D;
}
.AnyTagClassName
{
color: #4B212D;
}
</style>
background-color css
<style>
a { background-color: #4B212D; }
a { background-color: rgb(75,33,45); }
div.DivClassName
{
background-color: #4B212D;
}
.BgClassName
{
background-color: #4B212D;
}
</style>
border-color css
<style>
span { border-color: #4B212D; }
span { border-color: rgb(75,33,45); }
td.TdClassName
{
border-color: #4B212D;
}
.TagClassName
{
border-color: #4B212D;
}
</style>