Shades of Castro #47202A
Tints of Castro #47202A
RGB
CMYK
RGB Variations
Color information
#47202A (or 0x47202A) is known color: Castro. HEX triplet: 47, 20 and 2A. RGB value is (71,32,42). Sum of RGB (Red+Green+Blue) = 71+32+42=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #47202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47202A is #B8DFD5. Grayscale: #2C2C2C. Windows color (decimal): -12115926 or 2760775. OLE color: 2760775.
HSL color Cylindrical-coordinate representation of color #47202A: hue angle of 344.62º 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 #47202A is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 42 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.72 |
| HSL | 344.62º | 0.38% | 0.2% | - |
| HSV(B) | 344.62º | 0.55% | 0.28% | - |
| XYZ | 3.53 | 2.54 | 2.49 | - |
| YUV | 44.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 42 | 0 | 0.55 | 0.41 | 0.72 | 344.62 | 0.38 | 0.2 |
| Hex | 47 | 20 | 2A | 0 | 37 | 29 | 48 | 159 | 26 | 14 |
| Octal | 107 | 40 | 52 | 0 | 67 | 51 | 110 | 531 | 46 | 24 |
| Binary | 1000111 | 100000 | 101010 | 0 | 110111 | 101001 | 1001000 | 101011001 | 100110 | 10100 |
Color Harmonies of #47202A
Complementary color
Monochromatic Colors of #47202A
Black with #47202A
Text Example
Text Example
White with #47202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47202A; }
p { color: rgb(71,32,42); }
H1.HeaderClassName
{
color: #47202A;
}
.AnyTagClassName
{
color: #47202A;
}
</style>
background-color css
<style>
a { background-color: #47202A; }
a { background-color: rgb(71,32,42); }
div.DivClassName
{
background-color: #47202A;
}
.BgClassName
{
background-color: #47202A;
}
</style>
border-color css
<style>
span { border-color: #47202A; }
span { border-color: rgb(71,32,42); }
td.TdClassName
{
border-color: #47202A;
}
.TagClassName
{
border-color: #47202A;
}
</style>