Shades of Castro #47262E
Tints of Castro #47262E
RGB
CMYK
RGB Variations
Color information
#47262E (or 0x47262E) is known color: Castro. HEX triplet: 47, 26 and 2E. RGB value is (71,38,46). Sum of RGB (Red+Green+Blue) = 71+38+46=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262E is #B8D9D1. Grayscale: #303030. Windows color (decimal): -12114386 or 3024455. OLE color: 3024455.
HSL color Cylindrical-coordinate representation of color #47262E: hue angle of 345.45º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47262E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 38 | 46 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.72 |
| HSL | 345.45º | 0.3% | 0.21% | - |
| HSV(B) | 345.45º | 0.46% | 0.28% | - |
| XYZ | 3.78 | 2.92 | 2.95 | - |
| YUV | 48.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 46 | 0 | 0.46 | 0.35 | 0.72 | 345.45 | 0.3 | 0.21 |
| Hex | 47 | 26 | 2E | 0 | 2E | 23 | 48 | 159 | 1E | 15 |
| Octal | 107 | 46 | 56 | 0 | 56 | 43 | 110 | 531 | 36 | 25 |
| Binary | 1000111 | 100110 | 101110 | 0 | 101110 | 100011 | 1001000 | 101011001 | 11110 | 10101 |
Color Harmonies of #47262E
Complementary color
Monochromatic Colors of #47262E
Black with #47262E
Text Example
Text Example
White with #47262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47262E; }
p { color: rgb(71,38,46); }
H1.HeaderClassName
{
color: #47262E;
}
.AnyTagClassName
{
color: #47262E;
}
</style>
background-color css
<style>
a { background-color: #47262E; }
a { background-color: rgb(71,38,46); }
div.DivClassName
{
background-color: #47262E;
}
.BgClassName
{
background-color: #47262E;
}
</style>
border-color css
<style>
span { border-color: #47262E; }
span { border-color: rgb(71,38,46); }
td.TdClassName
{
border-color: #47262E;
}
.TagClassName
{
border-color: #47262E;
}
</style>