Shades of Castro #47202F
Tints of Castro #47202F
RGB
CMYK
RGB Variations
Color information
#47202F (or 0x47202F) is known color: Castro. HEX triplet: 47, 20 and 2F. RGB value is (71,32,47). Sum of RGB (Red+Green+Blue) = 71+32+47=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47202F is #B8DFD0. Grayscale: #2D2D2D. Windows color (decimal): -12115921 or 3088455. OLE color: 3088455.
HSL color Cylindrical-coordinate representation of color #47202F: hue angle of 336.92º 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 #47202F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 47 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.72 |
| HSL | 336.92º | 0.38% | 0.2% | - |
| HSV(B) | 336.92º | 0.55% | 0.28% | - |
| XYZ | 3.63 | 2.58 | 3 | - |
| YUV | 45.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 47 | 0 | 0.55 | 0.34 | 0.72 | 336.92 | 0.38 | 0.2 |
| Hex | 47 | 20 | 2F | 0 | 37 | 22 | 48 | 151 | 26 | 14 |
| Octal | 107 | 40 | 57 | 0 | 67 | 42 | 110 | 521 | 46 | 24 |
| Binary | 1000111 | 100000 | 101111 | 0 | 110111 | 100010 | 1001000 | 101010001 | 100110 | 10100 |
Color Harmonies of #47202F
Complementary color
Monochromatic Colors of #47202F
Black with #47202F
Text Example
Text Example
White with #47202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47202F; }
p { color: rgb(71,32,47); }
H1.HeaderClassName
{
color: #47202F;
}
.AnyTagClassName
{
color: #47202F;
}
</style>
background-color css
<style>
a { background-color: #47202F; }
a { background-color: rgb(71,32,47); }
div.DivClassName
{
background-color: #47202F;
}
.BgClassName
{
background-color: #47202F;
}
</style>
border-color css
<style>
span { border-color: #47202F; }
span { border-color: rgb(71,32,47); }
td.TdClassName
{
border-color: #47202F;
}
.TagClassName
{
border-color: #47202F;
}
</style>