Shades of Castro #47222B
Tints of Castro #47222B
RGB
CMYK
RGB Variations
Color information
#47222B (or 0x47222B) is known color: Castro. HEX triplet: 47, 22 and 2B. RGB value is (71,34,43). Sum of RGB (Red+Green+Blue) = 71+34+43=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222B is #B8DDD4. Grayscale: #2E2E2E. Windows color (decimal): -12115413 or 2826823. OLE color: 2826823.
HSL color Cylindrical-coordinate representation of color #47222B: hue angle of 345.41º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47222B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 43 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.72 |
| HSL | 345.41º | 0.35% | 0.21% | - |
| HSV(B) | 345.41º | 0.52% | 0.28% | - |
| XYZ | 3.61 | 2.66 | 2.61 | - |
| YUV | 46.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 43 | 0 | 0.52 | 0.39 | 0.72 | 345.41 | 0.35 | 0.21 |
| Hex | 47 | 22 | 2B | 0 | 34 | 27 | 48 | 159 | 23 | 15 |
| Octal | 107 | 42 | 53 | 0 | 64 | 47 | 110 | 531 | 43 | 25 |
| Binary | 1000111 | 100010 | 101011 | 0 | 110100 | 100111 | 1001000 | 101011001 | 100011 | 10101 |
Color Harmonies of #47222B
Complementary color
Monochromatic Colors of #47222B
Black with #47222B
Text Example
Text Example
White with #47222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47222B; }
p { color: rgb(71,34,43); }
H1.HeaderClassName
{
color: #47222B;
}
.AnyTagClassName
{
color: #47222B;
}
</style>
background-color css
<style>
a { background-color: #47222B; }
a { background-color: rgb(71,34,43); }
div.DivClassName
{
background-color: #47222B;
}
.BgClassName
{
background-color: #47222B;
}
</style>
border-color css
<style>
span { border-color: #47222B; }
span { border-color: rgb(71,34,43); }
td.TdClassName
{
border-color: #47222B;
}
.TagClassName
{
border-color: #47222B;
}
</style>