Shades of Castro #47202E
Tints of Castro #47202E
RGB
CMYK
RGB Variations
Color information
#47202E (or 0x47202E) is known color: Castro. HEX triplet: 47, 20 and 2E. RGB value is (71,32,46). Sum of RGB (Red+Green+Blue) = 71+32+46=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47202E is #B8DFD1. Grayscale: #2D2D2D. Windows color (decimal): -12115922 or 3022919. OLE color: 3022919.
HSL color Cylindrical-coordinate representation of color #47202E: hue angle of 338.46º 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 #47202E is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 46 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.72 |
| HSL | 338.46º | 0.38% | 0.2% | - |
| HSV(B) | 338.46º | 0.55% | 0.28% | - |
| XYZ | 3.61 | 2.57 | 2.89 | - |
| YUV | 45.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 46 | 0 | 0.55 | 0.35 | 0.72 | 338.46 | 0.38 | 0.2 |
| Hex | 47 | 20 | 2E | 0 | 37 | 23 | 48 | 152 | 26 | 14 |
| Octal | 107 | 40 | 56 | 0 | 67 | 43 | 110 | 522 | 46 | 24 |
| Binary | 1000111 | 100000 | 101110 | 0 | 110111 | 100011 | 1001000 | 101010010 | 100110 | 10100 |
Color Harmonies of #47202E
Complementary color
Monochromatic Colors of #47202E
Black with #47202E
Text Example
Text Example
White with #47202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47202E; }
p { color: rgb(71,32,46); }
H1.HeaderClassName
{
color: #47202E;
}
.AnyTagClassName
{
color: #47202E;
}
</style>
background-color css
<style>
a { background-color: #47202E; }
a { background-color: rgb(71,32,46); }
div.DivClassName
{
background-color: #47202E;
}
.BgClassName
{
background-color: #47202E;
}
</style>
border-color css
<style>
span { border-color: #47202E; }
span { border-color: rgb(71,32,46); }
td.TdClassName
{
border-color: #47202E;
}
.TagClassName
{
border-color: #47202E;
}
</style>