Shades of Castro #47212B
Tints of Castro #47212B
RGB
CMYK
RGB Variations
Color information
#47212B (or 0x47212B) is known color: Castro. HEX triplet: 47, 21 and 2B. RGB value is (71,33,43). Sum of RGB (Red+Green+Blue) = 71+33+43=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212B is #B8DED4. Grayscale: #2D2D2D. Windows color (decimal): -12115669 or 2826567. OLE color: 2826567.
HSL color Cylindrical-coordinate representation of color #47212B: hue angle of 344.21º 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 #47212B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 43 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.72 |
| HSL | 344.21º | 0.37% | 0.2% | - |
| HSV(B) | 344.21º | 0.54% | 0.28% | - |
| XYZ | 3.58 | 2.6 | 2.6 | - |
| YUV | 45.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 43 | 0 | 0.54 | 0.39 | 0.72 | 344.21 | 0.37 | 0.2 |
| Hex | 47 | 21 | 2B | 0 | 36 | 27 | 48 | 158 | 25 | 14 |
| Octal | 107 | 41 | 53 | 0 | 66 | 47 | 110 | 530 | 45 | 24 |
| Binary | 1000111 | 100001 | 101011 | 0 | 110110 | 100111 | 1001000 | 101011000 | 100101 | 10100 |
Color Harmonies of #47212B
Complementary color
Monochromatic Colors of #47212B
Black with #47212B
Text Example
Text Example
White with #47212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47212B; }
p { color: rgb(71,33,43); }
H1.HeaderClassName
{
color: #47212B;
}
.AnyTagClassName
{
color: #47212B;
}
</style>
background-color css
<style>
a { background-color: #47212B; }
a { background-color: rgb(71,33,43); }
div.DivClassName
{
background-color: #47212B;
}
.BgClassName
{
background-color: #47212B;
}
</style>
border-color css
<style>
span { border-color: #47212B; }
span { border-color: rgb(71,33,43); }
td.TdClassName
{
border-color: #47212B;
}
.TagClassName
{
border-color: #47212B;
}
</style>