Shades of Castro #47222E
Tints of Castro #47222E
RGB
CMYK
RGB Variations
Color information
#47222E (or 0x47222E) is known color: Castro. HEX triplet: 47, 22 and 2E. RGB value is (71,34,46). Sum of RGB (Red+Green+Blue) = 71+34+46=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222E is #B8DDD1. Grayscale: #2E2E2E. Windows color (decimal): -12115410 or 3023431. OLE color: 3023431.
HSL color Cylindrical-coordinate representation of color #47222E: hue angle of 340.54º 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 #47222E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 46 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.72 |
| HSL | 340.54º | 0.35% | 0.21% | - |
| HSV(B) | 340.54º | 0.52% | 0.28% | - |
| XYZ | 3.66 | 2.68 | 2.91 | - |
| YUV | 46.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 46 | 0 | 0.52 | 0.35 | 0.72 | 340.54 | 0.35 | 0.21 |
| Hex | 47 | 22 | 2E | 0 | 34 | 23 | 48 | 155 | 23 | 15 |
| Octal | 107 | 42 | 56 | 0 | 64 | 43 | 110 | 525 | 43 | 25 |
| Binary | 1000111 | 100010 | 101110 | 0 | 110100 | 100011 | 1001000 | 101010101 | 100011 | 10101 |
Color Harmonies of #47222E
Complementary color
Monochromatic Colors of #47222E
Black with #47222E
Text Example
Text Example
White with #47222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47222E; }
p { color: rgb(71,34,46); }
H1.HeaderClassName
{
color: #47222E;
}
.AnyTagClassName
{
color: #47222E;
}
</style>
background-color css
<style>
a { background-color: #47222E; }
a { background-color: rgb(71,34,46); }
div.DivClassName
{
background-color: #47222E;
}
.BgClassName
{
background-color: #47222E;
}
</style>
border-color css
<style>
span { border-color: #47222E; }
span { border-color: rgb(71,34,46); }
td.TdClassName
{
border-color: #47222E;
}
.TagClassName
{
border-color: #47222E;
}
</style>