Shades of Castro #47212F
Tints of Castro #47212F
RGB
CMYK
RGB Variations
Color information
#47212F (or 0x47212F) is known color: Castro. HEX triplet: 47, 21 and 2F. RGB value is (71,33,47). Sum of RGB (Red+Green+Blue) = 71+33+47=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212F is #B8DED0. Grayscale: #2D2D2D. Windows color (decimal): -12115665 or 3088711. OLE color: 3088711.
HSL color Cylindrical-coordinate representation of color #47212F: hue angle of 337.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47212F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 47 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.72 |
| HSL | 337.89º | 0.37% | 0.2% | - |
| HSV(B) | 337.89º | 0.54% | 0.28% | - |
| XYZ | 3.66 | 2.63 | 3 | - |
| YUV | 45.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 47 | 0 | 0.54 | 0.34 | 0.72 | 337.89 | 0.37 | 0.2 |
| Hex | 47 | 21 | 2F | 0 | 36 | 22 | 48 | 152 | 25 | 14 |
| Octal | 107 | 41 | 57 | 0 | 66 | 42 | 110 | 522 | 45 | 24 |
| Binary | 1000111 | 100001 | 101111 | 0 | 110110 | 100010 | 1001000 | 101010010 | 100101 | 10100 |
Color Harmonies of #47212F
Complementary color
Monochromatic Colors of #47212F
Black with #47212F
Text Example
Text Example
White with #47212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47212F; }
p { color: rgb(71,33,47); }
H1.HeaderClassName
{
color: #47212F;
}
.AnyTagClassName
{
color: #47212F;
}
</style>
background-color css
<style>
a { background-color: #47212F; }
a { background-color: rgb(71,33,47); }
div.DivClassName
{
background-color: #47212F;
}
.BgClassName
{
background-color: #47212F;
}
</style>
border-color css
<style>
span { border-color: #47212F; }
span { border-color: rgb(71,33,47); }
td.TdClassName
{
border-color: #47212F;
}
.TagClassName
{
border-color: #47212F;
}
</style>