Shades of Castro #47252E
Tints of Castro #47252E
RGB
CMYK
RGB Variations
Color information
#47252E (or 0x47252E) is known color: Castro. HEX triplet: 47, 25 and 2E. RGB value is (71,37,46). Sum of RGB (Red+Green+Blue) = 71+37+46=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252E is #B8DAD1. Grayscale: #303030. Windows color (decimal): -12114642 or 3024199. OLE color: 3024199.
HSL color Cylindrical-coordinate representation of color #47252E: hue angle of 344.12º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47252E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 37 | 46 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.72 |
| HSL | 344.12º | 0.31% | 0.21% | - |
| HSV(B) | 344.12º | 0.48% | 0.28% | - |
| XYZ | 3.75 | 2.86 | 2.94 | - |
| YUV | 48.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 46 | 0 | 0.48 | 0.35 | 0.72 | 344.12 | 0.31 | 0.21 |
| Hex | 47 | 25 | 2E | 0 | 30 | 23 | 48 | 158 | 1F | 15 |
| Octal | 107 | 45 | 56 | 0 | 60 | 43 | 110 | 530 | 37 | 25 |
| Binary | 1000111 | 100101 | 101110 | 0 | 110000 | 100011 | 1001000 | 101011000 | 11111 | 10101 |
Color Harmonies of #47252E
Complementary color
Monochromatic Colors of #47252E
Black with #47252E
Text Example
Text Example
White with #47252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47252E; }
p { color: rgb(71,37,46); }
H1.HeaderClassName
{
color: #47252E;
}
.AnyTagClassName
{
color: #47252E;
}
</style>
background-color css
<style>
a { background-color: #47252E; }
a { background-color: rgb(71,37,46); }
div.DivClassName
{
background-color: #47252E;
}
.BgClassName
{
background-color: #47252E;
}
</style>
border-color css
<style>
span { border-color: #47252E; }
span { border-color: rgb(71,37,46); }
td.TdClassName
{
border-color: #47252E;
}
.TagClassName
{
border-color: #47252E;
}
</style>