Shades of Castro #47202B
Tints of Castro #47202B
RGB
CMYK
RGB Variations
Color information
#47202B (or 0x47202B) is known color: Castro. HEX triplet: 47, 20 and 2B. RGB value is (71,32,43). Sum of RGB (Red+Green+Blue) = 71+32+43=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47202B is #B8DFD4. Grayscale: #2C2C2C. Windows color (decimal): -12115925 or 2826311. OLE color: 2826311.
HSL color Cylindrical-coordinate representation of color #47202B: hue angle of 343.08º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47202B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 43 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.72 |
| HSL | 343.08º | 0.38% | 0.2% | - |
| HSV(B) | 343.08º | 0.55% | 0.28% | - |
| XYZ | 3.55 | 2.55 | 2.59 | - |
| YUV | 44.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 43 | 0 | 0.55 | 0.39 | 0.72 | 343.08 | 0.38 | 0.2 |
| Hex | 47 | 20 | 2B | 0 | 37 | 27 | 48 | 157 | 26 | 14 |
| Octal | 107 | 40 | 53 | 0 | 67 | 47 | 110 | 527 | 46 | 24 |
| Binary | 1000111 | 100000 | 101011 | 0 | 110111 | 100111 | 1001000 | 101010111 | 100110 | 10100 |
Color Harmonies of #47202B
Complementary color
Monochromatic Colors of #47202B
Black with #47202B
Text Example
Text Example
White with #47202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47202B; }
p { color: rgb(71,32,43); }
H1.HeaderClassName
{
color: #47202B;
}
.AnyTagClassName
{
color: #47202B;
}
</style>
background-color css
<style>
a { background-color: #47202B; }
a { background-color: rgb(71,32,43); }
div.DivClassName
{
background-color: #47202B;
}
.BgClassName
{
background-color: #47202B;
}
</style>
border-color css
<style>
span { border-color: #47202B; }
span { border-color: rgb(71,32,43); }
td.TdClassName
{
border-color: #47202B;
}
.TagClassName
{
border-color: #47202B;
}
</style>